always pull latest copilot api

This commit is contained in:
2025-08-26 09:05:23 -06:00
parent 5d886f174c
commit 1e072f4bee

View File

@@ -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: