From 83fed485a50b838626fd1e1983b7d1fd43aebcdb Mon Sep 17 00:00:00 2001 From: JulioSCX Date: Tue, 30 Jul 2024 11:46:30 +0100 Subject: [PATCH] revert test changes --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc8de4b167b..06507006804 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,8 +45,6 @@ COPY --from=build_env /app/assets/libraries/* /app/bin/assets/libraries/ WORKDIR /app/bin -RUN chmod +x /app/bin/kics && chmod -R 777 /app/bin/assets - # Healthcheck the container ENV PATH $PATH:/app/bin