Dockerfile aktualisiert

This commit is contained in:
ds
2026-03-26 01:41:54 +00:00
parent 0ebfe2a225
commit 90444177a4
+2 -2
View File
@@ -4,13 +4,13 @@ WORKDIR /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
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 .