Fix web: use next start instead of node server.js
Some checks are pending
CI / Engine — lint / typecheck / test (push) Waiting to run
CI / API — lint / typecheck / test (push) Waiting to run
CI / Web — typecheck / lint / build (push) Waiting to run

This commit is contained in:
Manohar Gupta 2026-05-13 21:55:53 +05:30
parent fe0689d827
commit 66b76fc947

View file

@ -38,4 +38,4 @@ ENV NEXT_TELEMETRY_DISABLED=1
EXPOSE 3000 EXPOSE 3000
CMD ["node", "server.js"] CMD ["next", "start"]