update dockerfile
This commit is contained in:
parent
c7c4f35bb4
commit
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