blfm commited on
Commit
b0fb228
·
verified ·
1 Parent(s): 14ff5e6

Update Dockerfile

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