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 9a6c8e942d - Show all commits

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