fix: remove invalid chmod from runtime container

This commit is contained in:
Marc Singer 2026-02-23 07:50:13 +01:00
parent eafb49c65d
commit 2157f73118

View file

@ -12,6 +12,4 @@ FROM gcr.io/distroless/static-debian13
COPY --from=build /workspace/webhook /usr/local/bin/webhook COPY --from=build /workspace/webhook /usr/local/bin/webhook
RUN chmod +x /usr/local/bin/webhook
ENTRYPOINT ["webhook"] ENTRYPOINT ["webhook"]