updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-11 00:45:13 +08:00
parent e90e8d3e29
commit 876e405676

View File

@@ -2,6 +2,6 @@
cd /opt/crawlab/frontend \
&& npm run build:prod \
&& mongod --fork --logpath /var/log/mongod.log \
&& service nginx reload \
&& service nginx start \
&& service redis-server start \
&& python3 $WORK_DIR/manage.py $*