From 125112e6273a54eda05f502af9086221f7f4b3a1 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sun, 9 Jun 2019 22:32:44 +0800 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41b012a8..5247162f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN service nginx reload WORKDIR /opt/crawlab/crawlab ENTRYPOINT cd /opt/crawlab/crawlab/frontend \ && npm run build:prod \ - && python $WORK_DIR/manage.py + && python3 $WORK_DIR/manage.py EXPOSE 8080 EXPOSE 8000 \ No newline at end of file