Update Dockerfile

This commit is contained in:
IAPP-BY 2025-06-03 13:48:41 +08:00
parent 2758ce00fb
commit 899c78f08c
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ RUN npm run build
EXPOSE 8080
# Default command to run the MCP server with HTTP transport and Discord token
CMD ["node", "build/index.js", "--transport", "http", "--port", "8080", "--config", "{\"DISCORD_TOKEN\":\"${DISCORD_TOKEN}\"}"]
CMD node build/index.js --transport http --port 8080 --config "$DISCORD_TOKEN"