diff --git a/Dockerfile b/Dockerfile index e82a554..f3f1842 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \ No newline at end of file +CMD ["node", "build/index.js", "--transport", "http", "--port", "8080"] \ No newline at end of file