Skip to content

Commit 8b106a8

Browse files
authored
Removed comment
1 parent 564b6ec commit 8b106a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring-boot-docker-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN mvn -B dependency:resolve dependency:resolve-plugins
1212
#Copy source code
1313
COPY src /build/src
1414
# Build application
15-
#RUN mvn package
15+
RUN mvn package
1616

1717

1818
FROM openjdk:11-slim as runtime

0 commit comments

Comments
 (0)