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