chore: use next bin to start in dockerfile

This commit is contained in:
Tianzhou Chen
2023-07-27 00:59:40 +08:00
parent 6e3269646e
commit 6066a84341

View File

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