We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83508d2 commit 9f815c1Copy full SHA for 9f815c1
Dockerfile
@@ -8,5 +8,6 @@ RUN mvn clean package -DskipTests
8
# Stage 2: Run the application
9
FROM eclipse-temurin:21-jre
10
WORKDIR /app
11
-COPY --from=build /app/target/simple-java-maven-app-1.0-SNAPSHOT.jar app.jar
+COPY --from=build /app/target/my-app-1.0-SNAPSHOT.jar app.jar
12
ENTRYPOINT ["java", "-jar", "app.jar"]
13
+
0 commit comments