Asqwehvg commited on
Commit
a9109ee
·
verified ·
1 Parent(s): 8ea441e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM node:18
2
  RUN git clone https://github.com/Yidadaa/ChatGPT-Next-Web.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/Yidadaa/ChatGPT-Next-Web.git
3
+ WORKDIR "免费GPT-3.5"
4
  RUN npm i
5
  RUN npm run build
6
  EXPOSE 3000