Paolo-Fraccaro
commited on
Commit
•
34fed18
1
Parent(s):
eec1151
try another one
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -60,6 +60,8 @@ RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
|
60 |
echo $(https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git)
|
61 |
# git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
62 |
|
|
|
|
|
63 |
RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
64 |
git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
65 |
|
|
|
60 |
echo $(https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git)
|
61 |
# git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
62 |
|
63 |
+
WORKDIR /home/user
|
64 |
+
|
65 |
RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
66 |
git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
67 |
|