Skip to content

Commit 6191a5c

Browse files
committed
Remove snapshots from Dockerfile.
1 parent c1eb852 commit 6191a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

5-reactive/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN java -Djarmode=layertools -jar application.jar extract
77
FROM adoptopenjdk/openjdk8:latest
88
WORKDIR application
99
COPY --from=builder application/dependencies/ ./
10-
COPY --from=builder application/snapshot-dependencies/ ./
11-
COPY --from=builder application/resources/ ./
10+
COPY --from=builder application/spring-boot-loader/ ./
11+
#COPY --from=builder application/snapshot-dependencies/ ./
1212
COPY --from=builder application/application/ ./
1313
ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher"]

0 commit comments

Comments
 (0)