Dockerfile aktualisiert

This commit is contained in:
ds
2026-05-15 23:47:27 +00:00
parent e19ff448e6
commit fff10dca2b
+1 -1
View File
@@ -6,7 +6,7 @@ WORKDIR /usr/src/app
RUN git clone https://gitea.dev.osnawiki.de/ds/springhello/ RUN git clone https://gitea.dev.osnawiki.de/ds/springhello/
WORKDIR /usr/src/app/ WORKDIR /usr/src/app/springhello
RUN mvn package RUN mvn package
RUN mvn deploy RUN mvn deploy