Skip to content

Commit

Permalink
docs: APP_PORT is now SERVER_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Sep 18, 2024
1 parent a594953 commit 609010b
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 @@ -86,5 +86,5 @@ You can spin the server up locally with the following. You can access the Swagge

```bash
docker build -f Dockerfile.build -t capgen .
docker run --rm -e APP_PORT=7860 -p 7860:7860 capgen
docker run --rm -e SERVER_PORT=7860 -p 7860:7860 capgen
```

0 comments on commit 609010b

Please sign in to comment.