port not needed
This commit is contained in:
@@ -233,7 +233,7 @@ services:
|
||||
copilot-api:
|
||||
image: node:latest
|
||||
working_dir: /app
|
||||
command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN --host 0.0.0.0 --port 4444"
|
||||
command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN --port 4444"
|
||||
environment:
|
||||
- COPILOT_TOKEN=${COPILOT_TOKEN}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user