提交 a080aa7a 编写于 作者: Y Yu Yang

Change run_all => entrypoint.

上级 68c89bcc
......@@ -50,6 +50,6 @@ WORKDIR "/notes"
EXPOSE 8888
RUN mkdir -p /opt/bin
COPY ./paddle/scripts/docker/run_all /opt/bin/
COPY ./paddle/scripts/docker/entrypoint /opt/bin/
CMD ["/opt/bin/run_all"]
CMD ["/opt/bin/entrypoint"]
......@@ -50,6 +50,6 @@ WORKDIR "/notes"
EXPOSE 8888
RUN mkdir -p /opt/bin
COPY ./paddle/scripts/docker/run_all /opt/bin/
COPY ./paddle/scripts/docker/entrypoint /opt/bin/
CMD ["/opt/bin/run_all"]
CMD ["/opt/bin/entrypoint"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册