Dockerfile aktualisiert

This commit is contained in:
ds
2026-03-26 00:27:27 +00:00
parent 9eb2f619ab
commit 96e5f4d419
+1 -1
View File
@@ -10,7 +10,7 @@ RUN cd springhello && mvn compile
FROM maven:3.9.14-eclipse-temurin-21
COPY --from=builder /usr/src/app/* .
COPY --from=builder /usr/src/app/springhello .
WORKDIR /usr/src/app/springhello