Merge pull request #106 from Tria-plc/feat/nextjs-fixes

fix passenger frontend bug
This commit is contained in:
Sennay
2026-06-06 09:37:35 +03:00
committed by GitHub

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 ["next", "start"]
CMD ["npx", "next", "start"]