We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7746ae1 commit a5c10baCopy full SHA for a5c10ba
README.md
@@ -64,7 +64,7 @@ bun install
64
Build image
65
66
```sh
67
-docker build -t copilot-api .
+docker build -t copilot-api https://github.com/jacks0n/copilot-api.git#master
68
```
69
70
Run the container
@@ -88,7 +88,7 @@ You can pass the GitHub token directly to the container using environment variab
88
89
90
# Build with GitHub token
91
-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/jacks0n/copilot-api.git#master
92
93
# Run with GitHub token
94
docker run -p 4141:4141 -e GH_TOKEN=your_github_token_here copilot-api
0 commit comments