Files
crawlab/docker_init.sh
2019-06-10 23:15:13 +08:00

4 lines
96 B
Bash
Executable File

#!/bin/sh
cd /opt/crawlab/frontend \
&& npm run build:prod \
&& python3 $WORK_DIR/manage.py $*