From 7e7896b13e50a7c14bb478f394f20328a5fdbae0 Mon Sep 17 00:00:00 2001 From: IAPP-BY Date: Tue, 3 Jun 2025 13:50:51 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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