From c89052bd9cb7d92a6f477f6d51fcf819cdf0ea72 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 22 Jun 2026 14:36:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=96=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14f9342..7cba2bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ COPY --from=build /app/node_modules ./node_modules COPY --from=build /app/dist ./dist COPY package*.json ./ -EXPOSE 3002 +EXPOSE 3003 ENTRYPOINT ["dumb-init", "--"] CMD ["sh", "-c", "set -a; . ./.env; node dist/main"] \ No newline at end of file