generated from Templates/Baseline
debug entrypoint
This commit is contained in:
parent
00d1650f3a
commit
40bae01243
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user