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

Update Dockerfile

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