fix dockerfile

pull/438/merge
antelle 2017-05-20 21:08:08 +02:00
parent 0b3e93fdb5
commit dd88eee287
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ RUN wget https://github.com/keeweb/keeweb-plugins/archive/master.zip; \
unzip master.zip; \
rm master.zip; \
mv keeweb-plugins-master/docs keeweb/plugins; \
rm -rf keeweb-plugins-master
rm -rf keeweb-plugins-master \
rm keeweb/plugins/CNAME
ENTRYPOINT ["/opt/entrypoint.sh"]