mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
cd /opt/crawlab/frontend \
|
|
&& npm run build:prod \
|
|
&& python3 $WORK_DIR/manage.py $* |