added docker_init.sh

This commit is contained in:
Marvin Zhang
2019-06-10 23:02:08 +08:00
parent d44d286700
commit 5538242484

View File

@@ -1,3 +1,4 @@
#!/bin/sh
cd /opt/crawlab/frontend \
&& npm run build:prod \
&& python3 $WORK_DIR/manage.py
&& python3 $WORK_DIR/manage.py @*