fix permission to try

This commit is contained in:
holzi1005 2024-11-24 13:32:16 +01:00
parent 37e5f5ffd2
commit 8481c04426

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