Dockerfile aktualisiert

This commit is contained in:
ds
2026-05-16 00:30:17 +00:00
parent 2079066c2e
commit 40a51b7222
+3 -3
View File
@@ -13,11 +13,11 @@ WORKDIR /usr/src/app/springhello
RUN mvn package RUN mvn package
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 .
WORKDIR /usr/src/app/springhello #WORKDIR /usr/src/app/springhello
EXPOSE 8080 EXPOSE 8080