blfm commited on
Commit
7d5006a
·
verified ·
1 Parent(s): b0fb228

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM node:20
2
  RUN git clone https://github.com/tianzhentech/NeatChat
3
- WORKDIR "ChatGPT-Next-Web"
4
  COPY . .
5
  RUN npm i
6
  RUN npm run build
 
1
  FROM node:20
2
  RUN git clone https://github.com/tianzhentech/NeatChat
3
+ WORKDIR "NeatChat"
4
  COPY . .
5
  RUN npm i
6
  RUN npm run build