mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-23 18:43:18 +08:00
chore: use next bin to start in dockerfile
This commit is contained in:
@ -39,4 +39,4 @@ EXPOSE 3000
|
|||||||
|
|
||||||
ENV PORT 3000
|
ENV PORT 3000
|
||||||
|
|
||||||
CMD ["node", "server.js"]
|
CMD ["node_modules/.bin/next", "start"]
|
||||||
|
Reference in New Issue
Block a user