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