Update Dockerfile
Browse files- 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
|