fix: revert last dockerfile change, need more thing to support NEXT_PUBLIC in docker

This commit is contained in:
Tianzhou Chen
2023-07-27 01:27:14 +08:00
parent 6066a84341
commit 076a4a8b78

View File

@ -39,4 +39,4 @@ EXPOSE 3000
ENV PORT 3000
CMD ["node_modules/.bin/next", "start"]
CMD ["node", "server.js"]