fix passenger frontend bug

This commit is contained in:
SennayT
2026-06-06 06:36:50 +00:00
parent aa7d655a2d
commit 2ea87fff64

View File

@@ -58,4 +58,4 @@ COPY --from=builder /app/${APP_PATH}/.next .next
COPY --from=builder /app/${APP_PATH}/public public COPY --from=builder /app/${APP_PATH}/public public
USER node USER node
EXPOSE ${PORT} EXPOSE ${PORT}
CMD ["next", "start"] CMD ["npx", "next", "start"]