diff --git a/etherpad_application_dockerfile b/etherpad_application_dockerfile index fe0c511..d2b50ec 100644 --- a/etherpad_application_dockerfile +++ b/etherpad_application_dockerfile @@ -1,2 +1,9 @@ ARG VERSION=1.8.0 FROM etherpad/etherpad:${VERSION} + +USER root + +RUN chown -R etherpad:etherpad /opt/ehterpad-lite \ + && chmod -R 0750 /opt/ehterpad-lite + +USER etherpad \ No newline at end of file