updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-10 21:13:07 +08:00
parent 77c23214af
commit 46bc3a85e1

View File

@@ -66,4 +66,4 @@ RUN service nginx reload
EXPOSE 8080
EXPOSE 8000
WORKDIR /opt/crawlab
ENTRYPOINT ["/bin/sh", "docker_init.sh"]
ENTRYPOINT ["/bin/sh", "/opt/crawlab/docker_init.sh"]