Fix web: use next start instead of node server.js
This commit is contained in:
parent
fe0689d827
commit
66b76fc947
1 changed files with 1 additions and 1 deletions
|
|
@ -38,4 +38,4 @@ ENV NEXT_TELEMETRY_DISABLED=1
|
|||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
CMD ["next", "start"]
|
||||
Loading…
Add table
Reference in a new issue