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