Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -8,8 +8,8 @@ RUN apt-get update && \
|
|
8 |
|
9 |
USER node
|
10 |
|
11 |
-
RUN --mount=type=secret,id=
|
12 |
-
git clone https://$(cat /run/secrets/
|
13 |
|
14 |
WORKDIR /home/node/Pair-Code-4
|
15 |
|
|
|
8 |
|
9 |
USER node
|
10 |
|
11 |
+
RUN --mount=type=secret,id=MR_FRANK,mode=0444,required=true \
|
12 |
+
git clone https://$(cat /run/secrets/MR_FRANK)@github.com/mrfrank-ofc/Pair-Code-4.git /home/node/Pair-Code-4
|
13 |
|
14 |
WORKDIR /home/node/Pair-Code-4
|
15 |
|