Update Dockerfile
Browse files- 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
|