feature/etherpad #3
1 changed files with 7 additions and 0 deletions
|
@ -1,2 +1,9 @@
|
||||||
ARG VERSION=1.8.0
|
ARG VERSION=1.8.0
|
||||||
FROM etherpad/etherpad:${VERSION}
|
FROM etherpad/etherpad:${VERSION}
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
|
RUN chown -R etherpad:etherpad /opt/ehterpad-lite \
|
||||||
|
&& chmod -R 0750 /opt/ehterpad-lite
|
||||||
|
|
||||||
|
USER etherpad
|
Loading…
Reference in a new issue