mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-24 15:27:00 +08:00
fix: revert last dockerfile change, need more thing to support NEXT_PUBLIC in docker
This commit is contained in:
@ -39,4 +39,4 @@ EXPOSE 3000
|
||||
|
||||
ENV PORT 3000
|
||||
|
||||
CMD ["node_modules/.bin/next", "start"]
|
||||
CMD ["node", "server.js"]
|
||||
|
Reference in New Issue
Block a user