diff --git a/Dockerfile b/Dockerfile index d0265e3f4b5a67723db4c7a5afcf8f5402575f75..0c50bca306f8f601325513808bab2f8e23cbef1b 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)