fix permissions
This commit is contained in:
parent
8481c04426
commit
9a6c8e942d
1 changed files with 0 additions and 7 deletions
|
@ -1,9 +1,2 @@
|
||||||
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/etherpad-lite \
|
|
||||||
&& chmod -R 0777 /opt/etherpad-lite
|
|
||||||
|
|
||||||
USER etherpad
|
|
Loading…
Reference in a new issue