diff --git a/Dockerfile b/Dockerfile index 5eecba783..33f00016e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -120,7 +120,8 @@ RUN { [ -z "${ETHERPAD_PLUGINS}" ] || \ COPY --chown=etherpad:etherpad ${SETTINGS} "${EP_DIR}"/settings.json # Fix group permissions -RUN chmod -R g=u . +# Note: For some reason increases image size from 257 to 334. +# RUN chmod -R g=u . USER etherpad