Dockerfile aktualisiert

This commit is contained in:
ds
2026-03-26 01:47:14 +00:00
parent 90444177a4
commit 34f966eaf2
+2 -1
View File
@@ -8,7 +8,8 @@ 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 package
RUN mvn deploy
FROM maven:3.9.14-eclipse-temurin-21 FROM maven:3.9.14-eclipse-temurin-21