Compare commits
2 Commits
3cc4cbe069
...
1b528a85c8
Author | SHA1 | Date | |
---|---|---|---|
1b528a85c8 | |||
20460925b0 |
@ -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