subjectid commited on
Commit
f182322
·
verified ·
1 Parent(s): 1e76ea2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,4 +3,4 @@ RUN --mount=type=secret,id=TOKEN,target=/run/secrets/TOKEN \
3
  export SECRET_VALUE=$(cat /run/secrets/TOKEN) && \
4
  echo $SECRET_VALUE
5
 
6
- Run echo "https://subjectid1:$SECRET_VALUE@github.com/subjectid1/dms.git"
 
3
  export SECRET_VALUE=$(cat /run/secrets/TOKEN) && \
4
  echo $SECRET_VALUE
5
 
6
+ RUN git clone "https://subjectid1:"+$SECRET_VALUE+"@github.com/subjectid1/dms.git"