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 bcde1ad934 - Show all commits

View file

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