Remove CMD instruction for starting the SSR project in Dockerfile

This commit is contained in:
toom1996
2025-06-19 15:19:10 +08:00
parent c6c18b1f06
commit 4018a3e1b4

View File

@ -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"]