use next start for deployment

This commit is contained in:
SennayT
2026-06-05 11:41:11 +00:00
parent b233fc42a6
commit aa7d655a2d

View File

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