Update Dockerfile
This commit is contained in:
parent
899c78f08c
commit
7e7896b13e
|
@ -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"]
|
Loading…
Reference in New Issue