Skip to content

Commit 894cd69

Browse files
authored
Fix typo in Dockerfile comment
1 parent fe069ba commit 894cd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY pom.xml .
55
COPY src ./src
66
RUN mvn clean package -DskipTests
77

8-
# Stage 2: Run the application
8+
# Stage 2: Run the applicatin
99
FROM eclipse-temurin:21-jre
1010
WORKDIR /app
1111
COPY --from=build /app/target/my-app-1.0-SNAPSHOT.jar app.jar

0 commit comments

Comments
 (0)