Skip to content

Commit 9706c09

Browse files
committed
copy db fixtures dir into docker image
1 parent 44aea3b commit 9706c09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ USER spring:spring
2626
WORKDIR /fdp
2727

2828
COPY --from=builder /builder/target/fdp-spring-boot.jar /fdp/app.jar
29+
COPY --from=builder /builder/fixtures /fdp/fixtures
2930

3031
ENTRYPOINT ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)