Skip to content

Commit

Permalink
docs(readme): imp docker part
Browse files Browse the repository at this point in the history
Signed-off-by: hldh214 <hldh214@gmail.com>
  • Loading branch information
hldh214 committed Apr 17, 2023
1 parent 6e9b213 commit 1078c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ docker buildx build -t buff2steam_local .
docker run -e buff2steam_local

# Or use prebuilt image
docker run -v $PWD/config.json:/app/config.json ghcr.io/hldh214/buff2steam
docker run -it --name buff2steam --rm -v $PWD/config.json:/app/config.json ghcr.io/hldh214/buff2steam
```

## Configuration
Expand Down

0 comments on commit 1078c4b

Please sign in to comment.