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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
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
 
 
1
  FROM node:alpine
2
+
3
  RUN git clone https://github.com/Payhon/chatgpt-proxy.git
4
 
5