From 530e4c654e4fa468e1ab211e766e478d772f14fa Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Wed, 14 Jun 2023 16:49:50 +0200 Subject: [PATCH] set permissions to modify the env.js file on runtime --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 158ee20..168de29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,6 +122,7 @@ RUN cp /home/agent/data/config/config.json /home/agent/data/config.template.json # Set permissions correctly RUN chown -R agent:kerberosio /home/agent/data +RUN chown -R agent:kerberosio /home/agent/www ########################### # Grant the necessary root capabilities to the process trying to bind to the privileged port