fix permissions

This commit is contained in:
holzi1005 2024-11-24 13:44:35 +01:00
parent 8481c04426
commit 9a6c8e942d

View file

@ -1,9 +1,2 @@
ARG VERSION=1.8.0
FROM etherpad/etherpad:${VERSION}
USER root
RUN chown -R etherpad:etherpad /opt/etherpad-lite \
&& chmod -R 0777 /opt/etherpad-lite
USER etherpad