Skip to content

Commit 2e79488

Browse files
Copy migrations to container
1 parent 29205d8 commit 2e79488

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
@@ -18,5 +18,6 @@ WORKDIR /app
1818

1919
COPY --from=builder /app/build/output/main /app
2020
COPY --from=builder /app/config config
21+
COPY --from=builder /app/migrations migrations
2122

2223
CMD ["./main"]

0 commit comments

Comments
 (0)