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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ bun install
Build image

```sh
docker build -t copilot-api .
docker build -t copilot-api https://github.com/ericc-ch/copilot-api.git#master
```

Run the container
Expand All @@ -86,7 +86,7 @@ You can pass the GitHub token directly to the container using environment variab

```sh
# Build with GitHub token
docker build --build-arg GH_TOKEN=your_github_token_here -t copilot-api .
docker build --build-arg GH_TOKEN=your_github_token_here -t copilot-api https://github.com/ericc-ch/copilot-api.git#master

# Run with GitHub token
docker run -p 4141:4141 -e GH_TOKEN=your_github_token_here copilot-api
Expand Down