omrahm commited on
Commit
cff4598
·
verified ·
1 Parent(s): af58f06

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
 
7
  RUN --mount=type=secret,id=GITHUB,mode=0444,required=true \
8
  GITHUB=$(cat /run/secrets/GITHUB) && \
9
- git clone https://${GITHUB}@github.com/omrahm/proxy.git
10
 
11
  RUN pip install -r requirements.txt
12
  EXPOSE 7860
 
6
 
7
  RUN --mount=type=secret,id=GITHUB,mode=0444,required=true \
8
  GITHUB=$(cat /run/secrets/GITHUB) && \
9
+ git clone https://${GITHUB}@github.com/omrahm/proxy.git /app
10
 
11
  RUN pip install -r requirements.txt
12
  EXPOSE 7860