Merge branch 'feature/database'
This commit is contained in:
commit
1b528a85c8
@ -11,6 +11,7 @@ FROM gcr.io/distroless/static-debian11 AS release-stage
|
|||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=build-stage /entrypoint /entrypoint
|
COPY --from=build-stage /entrypoint /entrypoint
|
||||||
COPY --from=build-stage /app/assets /assets
|
COPY --from=build-stage /app/assets /assets
|
||||||
|
COPY --from=build-stage /app/sql /sql
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
USER nonroot:nonroot
|
USER nonroot:nonroot
|
||||||
ENTRYPOINT ["/entrypoint"]
|
ENTRYPOINT ["/entrypoint"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user