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 8400324 commit 20dbc61Copy full SHA for 20dbc61
Containerfile
@@ -16,6 +16,7 @@ RUN apk --no-cache add ca-certificates tzdata
16
WORKDIR /root/
17
COPY --from=builder /go/bin/opp-auth .
18
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
20
EXPOSE 8090
21
22
CMD ["./opp-auth"]
src/db/postegres_schema_v1.sql renamed to src/db/postgres_schema_v1.sql
0 commit comments