etherpad: fix rm settings

This commit is contained in:
Starbeamrainbowlabs 2020-09-26 21:32:49 +01:00
parent 920e6b2657
commit 4930ff41e1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ RUN cd /srv/etherpad \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& npm install \
&& npm install sqlite3 \
&& rm /srv/etherpad/settings.json \
&& chown -R 70:70 /srv/etherpad
###############################################################################