From 84cd7849f11241cf30c95371bc6106dd63e16430 Mon Sep 17 00:00:00 2001 From: Andre Macedo <149069722+amacedoo@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:06:40 +0100 Subject: [PATCH] My bad --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b774b32..0b9d6e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM checkmarx/dev-tests:latest # Copy the entrypoint script and properties used for the action -COPY --chown=555 entrypoint.sh /app/entrypoint.sh -COPY --chown=555 cleanup.sh /app/cleanup.sh +COPY --chmod=555 entrypoint.sh /app/entrypoint.sh +COPY --chmod=555 cleanup.sh /app/cleanup.sh USER 65532 \ No newline at end of file