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 \
|
|
|
|
&& chmod -R 0750 /opt/etherpad-lite
|
2024-11-24 13:25:17 +01:00
|
|
|
|
|
|
|
USER etherpad
|