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 29205d8 commit 2e79488Copy full SHA for 2e79488
Dockerfile
@@ -18,5 +18,6 @@ WORKDIR /app
18
19
COPY --from=builder /app/build/output/main /app
20
COPY --from=builder /app/config config
21
+COPY --from=builder /app/migrations migrations
22
23
CMD ["./main"]
0 commit comments