deepak191z commited on
Commit
14dc4c1
·
verified ·
1 Parent(s): a55f20e

Update Dockerfile

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