debug entrypoint
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/pr/test-image unknown status

This commit is contained in:
OCram85 2024-05-13 15:10:46 +02:00
parent 00d1650f3a
commit 40bae01243

View File

@ -9,5 +9,5 @@ LABEL org.opencontainers.image.authors="marco@ocram85.com"
ENV PLUGIN_DEBUG="1"
COPY gitea-package.sh /app/
WORKDIR /app
ENTRYPOINT [ "sh," "/app/gitea-package.sh" ]
RUN [ "chmod", "+x", "/app/gitea-package.sh" ]
ENTRYPOINT [ "/app/gitea-package.sh" ]