Remove CMD instruction for starting the SSR project in Dockerfile
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user