From 899c78f08ccb1a247527cd426cec3a5129a615ba Mon Sep 17 00:00:00 2001 From: IAPP-BY Date: Tue, 3 Jun 2025 13:48:41 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb97157..e82a554 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\":\"${DISCORD_TOKEN}\"}"] \ No newline at end of file +CMD node build/index.js --transport http --port 8080 --config "$DISCORD_TOKEN" \ No newline at end of file