always pull latest copilot api
This commit is contained in:
@@ -254,7 +254,7 @@ services:
|
|||||||
copilot-api:
|
copilot-api:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN --port 4444"
|
command: sh -c "npm cache clean --force && npx copilot-api@latest start --github-token $COPILOT_TOKEN --port 4444"
|
||||||
environment:
|
environment:
|
||||||
- COPILOT_TOKEN=${COPILOT_TOKEN}
|
- COPILOT_TOKEN=${COPILOT_TOKEN}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user