From f956e261bb86ec27de723a27215fc5e03ed7927a Mon Sep 17 00:00:00 2001 From: tmueller <tmueller@cl.uni-heidelberg.de> Date: Tue, 9 Mar 2021 22:19:47 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d0265e3..0c50bca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ RUN groupadd -g ${GUID} ${papermc_group} RUN useradd -g ${GUID} -l -M -s /bin/false -u ${GUID} ${papermc_user} RUN chown -R ${GUID} /papermc/ RUN chown -R ${GUID} /backup/ +RUN chown -R ${GUID} /web/ # Get package lists, install needed packages, then remove the package lists again (to save space) # "webp" is needed to generate images with better compression for the dynamic map (optional, needs further configuration in dynmap-plugin´s config file) -- GitLab