Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 13 |
|
| 14 |
COPY requirements.txt ./
|
| 15 |
COPY . ./
|
|
|
|
| 16 |
RUN --mount=type=secret,id=MONGO_URI,mode=0444,required=true \
|
| 17 |
git init && \
|
| 18 |
git remote add origin $(cat /run/secrets/MONGO_URI)
|
|
|
|
| 13 |
|
| 14 |
COPY requirements.txt ./
|
| 15 |
COPY . ./
|
| 16 |
+
|
| 17 |
RUN --mount=type=secret,id=MONGO_URI,mode=0444,required=true \
|
| 18 |
git init && \
|
| 19 |
git remote add origin $(cat /run/secrets/MONGO_URI)
|