wip
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/test-image Pipeline was successful

This commit is contained in:
OCram85 2024-05-13 15:20:09 +02:00
parent 9c5b7754cb
commit ff93cf1cab

View File

@ -8,8 +8,8 @@ LABEL org.opencontainers.image.authors="marco@ocram85.com"
#ENV PLUGIN_UPDATE
ENV PLUGIN_DEBUG="1"
USER root
#COPY --chown=100:101 --chmod=755 ./gitea-package.sh /app/gitea-package.sh
RUN [ "chmod", "+x", "/app/gitea-package.sh" ]
COPY --chown=100:101 --chmod=755 ./gitea-package.sh /app/gitea-package.sh
#RUN [ "chmod", "+x", "/app/gitea-package.sh" ]
USER curl_user