Compare commits
No commits in common. "1b528a85c87bc1e1c989bbde7e71876b580e8c46" and "3cc4cbe069c8669a512957907b15ae8d30881fa0" have entirely different histories.
1b528a85c8
...
3cc4cbe069
@ -11,7 +11,6 @@ FROM gcr.io/distroless/static-debian11 AS release-stage
|
||||
WORKDIR /
|
||||
COPY --from=build-stage /entrypoint /entrypoint
|
||||
COPY --from=build-stage /app/assets /assets
|
||||
COPY --from=build-stage /app/sql /sql
|
||||
EXPOSE 3000
|
||||
USER nonroot:nonroot
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user