Update Dockerfile

This commit is contained in:
IAPP-BY 2025-06-03 13:58:36 +08:00
parent c877963fe1
commit 06285d895f
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"
CMD ["node", "build/index.js", "--transport", "http", "--port", "8080"]