Skip to content

Commit a080aa7

Browse files
committed
Change run_all => entrypoint.
1 parent 68c89bc commit a080aa7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

paddle/scripts/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ WORKDIR "/notes"
5050
EXPOSE 8888
5151

5252
RUN mkdir -p /opt/bin
53-
COPY ./paddle/scripts/docker/run_all /opt/bin/
53+
COPY ./paddle/scripts/docker/entrypoint /opt/bin/
5454

55-
CMD ["/opt/bin/run_all"]
55+
CMD ["/opt/bin/entrypoint"]

paddle/scripts/docker/Dockerfile.gpu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ WORKDIR "/notes"
5050
EXPOSE 8888
5151

5252
RUN mkdir -p /opt/bin
53-
COPY ./paddle/scripts/docker/run_all /opt/bin/
53+
COPY ./paddle/scripts/docker/entrypoint /opt/bin/
5454

55-
CMD ["/opt/bin/run_all"]
55+
CMD ["/opt/bin/entrypoint"]
File renamed without changes.

0 commit comments

Comments
 (0)