Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,6 +4,6 @@ RUN --mount=type=secret,id=TOKEN,target=/run/secrets/TOKEN \
|
|
| 4 |
export SECRET_VALUE=$(cat /run/secrets/TOKEN) && \
|
| 5 |
git clone "https://subjectid1:${SECRET_VALUE}@github.com/subjectid1/dms.git"
|
| 6 |
WORKDIR /app/dms
|
| 7 |
-
RUN
|
| 8 |
RUN ./gradlew bootJar
|
| 9 |
|
|
|
|
| 4 |
export SECRET_VALUE=$(cat /run/secrets/TOKEN) && \
|
| 5 |
git clone "https://subjectid1:${SECRET_VALUE}@github.com/subjectid1/dms.git"
|
| 6 |
WORKDIR /app/dms
|
| 7 |
+
RUN chmod +x ./gradlew
|
| 8 |
RUN ./gradlew bootJar
|
| 9 |
|