From ff93cf1cab8aa1b4c185e7325c13ba2c9857e6be Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 13 May 2024 15:20:09 +0200 Subject: [PATCH] wip --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26cfe35..fa56764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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