Skip to content

Commit 8d3aac5

Browse files
committed
Added missing migrations folder
1 parent 3b78805 commit 8d3aac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/db/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ WORKDIR /build
1919
COPY ./shared/pkg ./shared/pkg
2020

2121
COPY ./db/scripts/migrator.go ./db/scripts/migrator.go
22+
COPY ./db/migrations/ ./db/migrations
2223

2324
WORKDIR /build/db
2425

@@ -28,5 +29,6 @@ RUN chmod +x ./bin/migrator
2829
FROM alpine:${ALPINE_VERSION}
2930

3031
COPY --from=builder /build/db/bin/migrator .
32+
COPY --from=builder /build/db/migrations ./migrations
3133

3234
ENTRYPOINT ["./migrator"]

0 commit comments

Comments
 (0)