Add git clone repo
This commit is contained in:
+4
-1
@@ -2,7 +2,10 @@ FROM maven:3.9.14-eclipse-temurin-21 AS builder
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . /usr/src/app
|
||||
#COPY . /usr/src/app
|
||||
|
||||
RUN git clone https://gitea.dev.osnawiki.de/ds/springhello/ .
|
||||
|
||||
RUN mvn compile
|
||||
|
||||
FROM maven:3.9.14-eclipse-temurin-21
|
||||
|
||||
Reference in New Issue
Block a user