leonsimon23 commited on
Commit
dd3bee1
·
verified ·
1 Parent(s): d910940

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM node:18
2
  RUN git clone https://github.com/SciYied/Next-Web-Clear.git
3
- WORKDIR "ChatGPT-Next-Web"
 
4
  RUN npm i
5
  RUN npm run build
6
  EXPOSE 3000
 
1
  FROM node:18
2
  RUN git clone https://github.com/SciYied/Next-Web-Clear.git
3
+ #WORKDIR "ChatGPT-Next-Web"
4
+ WORKDIR "Next-Web-Clear"
5
  RUN npm i
6
  RUN npm run build
7
  EXPOSE 3000