Dockerfile aktualisiert
This commit is contained in:
+2
-2
@@ -4,13 +4,13 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
#COPY . /usr/src/app
|
#COPY . /usr/src/app
|
||||||
|
|
||||||
RUN echo "1" && git clone https://gitea.dev.osnawiki.de/ds/springhello/
|
RUN git clone https://gitea.dev.osnawiki.de/ds/springhello/
|
||||||
|
|
||||||
WORKDIR /usr/src/app/springhello
|
WORKDIR /usr/src/app/springhello
|
||||||
|
|
||||||
RUN mvn compile
|
RUN mvn compile
|
||||||
|
|
||||||
#FROM maven:3.9.14-eclipse-temurin-21
|
FROM maven:3.9.14-eclipse-temurin-21
|
||||||
|
|
||||||
#COPY --from=builder /usr/src/app/springhello .
|
#COPY --from=builder /usr/src/app/springhello .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user