Skip to content

Commit

Permalink
update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
montaguethomas committed Jun 10, 2024
1 parent 2bd690d commit 7d8a5fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ COPY requirements.txt /app/
RUN pip install --no-cache-dir --upgrade -r requirements.txt
COPY . /app/
VOLUME /app/storage
ENTRYPOINT ["python3"]
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@ to add emojis.

## Usage

### Download

```
mkdir slackmojis
cd slackmojis
docker run --rm -it -v $PWD:/app/storage ghcr.io/montaguethomas/slackmojis:latest download.py
```

### Upload

```
cd slackmojis
docker run --rm -it -v $PWD:/app/storage ghcr.io/montaguethomas/slackmojis:latest upload.py
```

## References

Expand Down

0 comments on commit 7d8a5fe

Please sign in to comment.