Commit 8f3495b 1 parent c3a6e92 commit 8f3495b Copy full SHA for 8f3495b
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ RUN java -Djarmode=layertools -jar application.jar extract
18
18
# COPY --chown=spring:spring --from=builder spring-boot-loader/ ./
19
19
# COPY --chown=spring:spring --from=builder application/ ./
20
20
21
+ COPY --chown=spring:spring dependencies/ ./
22
+ COPY --chown=spring:spring snapshot-dependencies/ ./
23
+ RUN true
24
+ COPY --chown=spring:spring spring-boot-loader ./
25
+ COPY --chown=spring:spring application/ ./
26
+
21
27
# https://github.com/microsoft/ApplicationInsights-Java/releases
22
28
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.19/applicationinsights-agent-3.4.19.jar /applicationinsights-agent.jar
23
29
COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json
You can’t perform that action at this time.
0 commit comments