From 5538242484e90304d75bfceb2469b2cd0d680f72 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Mon, 10 Jun 2019 23:02:08 +0800 Subject: [PATCH] added docker_init.sh --- docker_init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker_init.sh b/docker_init.sh index e6d9d394..a2758200 100755 --- a/docker_init.sh +++ b/docker_init.sh @@ -1,3 +1,4 @@ +#!/bin/sh cd /opt/crawlab/frontend \ && npm run build:prod \ - && python3 $WORK_DIR/manage.py \ No newline at end of file + && python3 $WORK_DIR/manage.py @* \ No newline at end of file