deepak191z commited on
Commit
1a0af48
·
verified ·
1 Parent(s): b348830

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ WORKDIR $HOME/app
14
 
15
  # Use buildkit secret to clone the repository (requires BuildKit)
16
  RUN --mount=type=secret,id=URL,mode=0444,required=true \
17
- git clone $(cat /run/secrets/URL) .
18
 
19
  # Install global apk-mitm and project dependencies as root
20
  RUN npm install -g apk-mitm
 
14
 
15
  # Use buildkit secret to clone the repository (requires BuildKit)
16
  RUN --mount=type=secret,id=URL,mode=0444,required=true \
17
+ git clone https://$(cat /run/secrets/URL) .
18
 
19
  # Install global apk-mitm and project dependencies as root
20
  RUN npm install -g apk-mitm