Skip to content

Commit 20dbc61

Browse files
committed
Fix: add missing db schema to prod container
1 parent 8400324 commit 20dbc61

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apk --no-cache add ca-certificates tzdata
1616
WORKDIR /root/
1717
COPY --from=builder /go/bin/opp-auth .
1818
COPY --from=builder /go/src/app/api/openapi.yaml ./api/openapi.yaml
19+
COPY --from=builder /go/src/app/db/postgres_schema_v1.sql ./db/postgres_schema_v1.sql
1920
EXPOSE 8090
2021

2122
CMD ["./opp-auth"]
File renamed without changes.

0 commit comments

Comments
 (0)