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 fe069ba commit 894cd69Copy full SHA for 894cd69
Dockerfile
@@ -5,7 +5,7 @@ COPY pom.xml .
5
COPY src ./src
6
RUN mvn clean package -DskipTests
7
8
-# Stage 2: Run the application
+# Stage 2: Run the applicatin
9
FROM eclipse-temurin:21-jre
10
WORKDIR /app
11
COPY --from=build /app/target/my-app-1.0-SNAPSHOT.jar app.jar
0 commit comments