diff --git a/etherpad_application_dockerfile b/etherpad_application_dockerfile index 5868502..f262e10 100644 --- a/etherpad_application_dockerfile +++ b/etherpad_application_dockerfile @@ -4,6 +4,6 @@ FROM etherpad/etherpad:${VERSION} USER root RUN chown -R etherpad:etherpad /opt/etherpad-lite \ - && chmod -R 0750 /opt/etherpad-lite + && chmod -R 0777 /opt/etherpad-lite USER etherpad \ No newline at end of file