subjectid commited on
Commit
13822f0
·
verified ·
1 Parent(s): 7ecefa4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
  FROM gradle:8.8-jdk17 AS build
2
  ARG GITLAB_ACCESS_TOKEN
3
  RUN git config --global user.name "subjectid1"
4
- RUN git clone https://github.com/subjectid1/dms.git
 
1
  FROM gradle:8.8-jdk17 AS build
2
  ARG GITLAB_ACCESS_TOKEN
3
  RUN git config --global user.name "subjectid1"
4
+ RUN git clone https://subjectid1:$TOKEN@github.com/subjectid1/dms.git