subjectid commited on
Commit
0a39886
·
verified ·
1 Parent(s): 711f5c2

Update Dockerfile

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