fix permission to try
This commit is contained in:
parent
37e5f5ffd2
commit
8481c04426
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ FROM etherpad/etherpad:${VERSION}
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN chown -R etherpad:etherpad /opt/etherpad-lite \
|
RUN chown -R etherpad:etherpad /opt/etherpad-lite \
|
||||||
&& chmod -R 0750 /opt/etherpad-lite
|
&& chmod -R 0777 /opt/etherpad-lite
|
||||||
|
|
||||||
USER etherpad
|
USER etherpad
|
Loading…
Reference in a new issue