From d4c4a1f5be31b5bf7b244efe20dc145cd459529f Mon Sep 17 00:00:00 2001 From: pmatun-xl <102291858+pmatun-xl@users.noreply.github.com> Date: Fri, 24 May 2024 08:53:49 +0200 Subject: [PATCH] Update install.j2 for cc --- templates/dockerfiles/central-configuration/install.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/dockerfiles/central-configuration/install.j2 b/templates/dockerfiles/central-configuration/install.j2 index fc246bb42..96e1d7b4a 100644 --- a/templates/dockerfiles/central-configuration/install.j2 +++ b/templates/dockerfiles/central-configuration/install.j2 @@ -41,7 +41,6 @@ RUN chmod +x /tmp/modify-wrapper-linux-conf.gawk && \ # Set permissions RUN chgrp -R 0 ${APP_ROOT} && \ - chown -R 10001:10001 ${APP_ROOT} && \ chmod -R g=u ${APP_ROOT} && \ chmod u+x ${APP_HOME}/bin/*.sh && \ chmod g+x ${APP_HOME}/bin/*.sh && \