From ad0d689eae1dee04a3107ecf7c84ebddc04f9ed0 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Mon, 10 Jun 2019 23:15:13 +0800 Subject: [PATCH] updated Dockerfile --- docker_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_init.sh b/docker_init.sh index a2758200..6c255fbf 100755 --- a/docker_init.sh +++ b/docker_init.sh @@ -1,4 +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