jammss commited on
Commit
9dff590
1 Parent(s): 351bf1e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM node:alpine
2
  RUN apt-get update && apt-get install -y git
3
- RUN git clone https://github.com/fuergaosi233/chatgpt-proxy-server.git
4
 
5
 
6
  RUN mkdir -p /usr/src
 
1
  FROM node:alpine
2
  RUN apt-get update && apt-get install -y git
3
+ RUN git clone https://github.com/Payhon/chatgpt-proxy.git
4
 
5
 
6
  RUN mkdir -p /usr/src