9 lines
No EOL
170 B
Text
9 lines
No EOL
170 B
Text
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 |