diff --git a/Dockerfile b/Dockerfile index 4fda69b..227a33f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,4 +44,4 @@ RUN npm config set registry https://registry.npmmirror.com/ # COPY --from=builder /app . # 启动 SSR 项目(Astro SSR 情况) -CMD ["node", "dist/server/entry.mjs"] +# CMD ["node", "dist/server/entry.mjs"]