Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ In order to setup this project locally on your machine, you can either run the d
```bash
docker build --no-cache -t codex-api .

docker run -p 3000:3000 codex-api
docker run -p 8080:8080 codex-api
```