BBrother commited on
Commit
46e62c6
·
1 Parent(s): 353cfea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ WORKDIR "ChatGPT-Next-Web"
4
  RUN npm i
5
  RUN npm run build
6
  EXPOSE 3000
7
- CMD ["node", ".next/standalone/server.js"]
 
4
  RUN npm i
5
  RUN npm run build
6
  EXPOSE 3000
7
+ CMD ["npm", "run", "start"]