From c19f4728e6286b881611770dc612f05a8e1caa0b Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Mon, 10 Jun 2019 21:13:07 +0800 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4bab9b7..965818a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,4 +66,4 @@ RUN service nginx reload EXPOSE 8080 EXPOSE 8000 WORKDIR /opt/crawlab -ENTRYPOINT ["/bin/sh", "docker_init.sh"] \ No newline at end of file +ENTRYPOINT ["/bin/sh", "/opt/crawlab/docker_init.sh"] \ No newline at end of file