mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated Dockerfile
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
cd /opt/crawlab/frontend \
|
||||
&& npm run build:prod \
|
||||
&& mongod --fork --logpath /var/log/mongod.log \
|
||||
&& service nginx reload \
|
||||
&& service redis-server start \
|
||||
&& python3 $WORK_DIR/manage.py $*
|
||||
Reference in New Issue
Block a user