daniel-saed commited on
Commit
864d6ad
·
verified ·
1 Parent(s): 96b676c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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)