feature/etherpad #3

Merged
holzi1005 merged 6 commits from feature/etherpad into main 2024-11-24 13:45:21 +01:00
Showing only changes of commit 8481c04426 - Show all commits

View file

@ -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