Skip to content

Commit

Permalink
updated docker_init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Zhang committed Jul 7, 2019
1 parent ba704b5 commit 211fc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ case $1 in
python $WORK_DIR/crawlab/flower.py >> /opt/crawlab/flower.log 2>&1 &
python $WORK_DIR/crawlab/worker.py >> /opt/crawlab/worker.log 2>&1 &
cd $WORK_DIR/crawlab \
&& gunicorn --log-level=DEBUG -b 0.0.0.0 -w 8 $WORK_DIR/crawlab/app:app
&& gunicorn --log-level=DEBUG -b 0.0.0.0 -w 8 app:app
;;
worker)
python $WORK_DIR/crawlab/app.py >> /opt/crawlab/app.log 2>&1 &
Expand Down

0 comments on commit 211fc13

Please sign in to comment.