Public-Dockerfiles/etherpad_application_dockerfile

9 lines
170 B
Text
Raw Normal View History

2024-11-24 09:46:26 +01:00
ARG VERSION=1.8.0
FROM etherpad/etherpad:${VERSION}
2024-11-24 13:25:17 +01:00
USER root
2024-11-24 13:26:45 +01:00
RUN chown -R etherpad:etherpad /opt/etherpad-lite \
2024-11-24 13:32:16 +01:00
&& chmod -R 0777 /opt/etherpad-lite
2024-11-24 13:25:17 +01:00
USER etherpad