From f7938f0ddf399f83e8ef76846f8aa7168e8de5ea Mon Sep 17 00:00:00 2001 From: Andre Macedo <149069722+amacedoo@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:27 +0100 Subject: [PATCH] Update dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index efe982d..f852062 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ USER root RUN touch /app/output.log && chown 65532:65532 /app/output.log # Copy the entrypoint script and properties used for the action -COPY --chmod=555 entrypoint.sh /app/entrypoint.sh -COPY --chmod=555 cleanup.sh /app/cleanup.sh +COPY --chown=65532:65532 entrypoint.sh /app/entrypoint.sh +COPY --chown=65532:65532 cleanup.sh /app/cleanup.sh USER 65532 \ No newline at end of file