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