generated from Templates/Baseline
debug script
This commit is contained in:
parent
d3011b8343
commit
854d312617
@ -7,7 +7,10 @@ LABEL org.opencontainers.image.authors="marco@ocram85.com"
|
||||
|
||||
#ENV PLUGIN_UPDATE
|
||||
ENV PLUGIN_DEBUG="1"
|
||||
|
||||
COPY ./gitea-package.sh /app/gitea-package.sh
|
||||
USER root
|
||||
COPY --chown=100:101 --chmod=755 ./gitea-package.sh /app/gitea-package.sh
|
||||
RUN [ "chmod", "+x", "/app/gitea-package.sh" ]
|
||||
|
||||
USER curl_user
|
||||
|
||||
ENTRYPOINT [ "/app/gitea-package.sh" ]
|
||||
|
Loading…
Reference in New Issue
Block a user