Dockerfile aktualisiert

This commit is contained in:
ds
2026-03-26 01:03:29 +00:00
parent 5d392ed868
commit 7c73c08288
+1 -1
View File
@@ -6,7 +6,7 @@ WORKDIR /usr/src/app
RUN echo "1" && git clone https://gitea.dev.osnawiki.de/ds/springhello/ RUN echo "1" && git clone https://gitea.dev.osnawiki.de/ds/springhello/
WORKDIR /usr/src/app WORKDIR /usr/src/app/springhello
RUN mvn compile RUN mvn compile