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 44aea3b commit 9706c09Copy full SHA for 9706c09
Dockerfile
@@ -26,5 +26,6 @@ USER spring:spring
26
WORKDIR /fdp
27
28
COPY --from=builder /builder/target/fdp-spring-boot.jar /fdp/app.jar
29
+COPY --from=builder /builder/fixtures /fdp/fixtures
30
31
ENTRYPOINT ["java", "-jar", "app.jar"]
0 commit comments