generated from Templates/Baseline
remove debug mode
This commit is contained in:
parent
854d312617
commit
9c5b7754cb
@ -8,7 +8,7 @@ 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
|
||||
#COPY --chown=100:101 --chmod=755 ./gitea-package.sh /app/gitea-package.sh
|
||||
RUN [ "chmod", "+x", "/app/gitea-package.sh" ]
|
||||
|
||||
USER curl_user
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
say() {
|
||||
if [ -n "$2" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user