From bab15d857c042242bbe799dc40a4f705904b96e9 Mon Sep 17 00:00:00 2001 From: away <1819625428@qq.com> Date: Fri, 6 Aug 2021 16:21:54 +0800 Subject: [PATCH] dockerfile multi-stage build update --- deploy.Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy.Dockerfile b/deploy.Dockerfile index 0f3744e31..8877322b0 100644 --- a/deploy.Dockerfile +++ b/deploy.Dockerfile @@ -36,5 +36,4 @@ COPY --from=build /home/Open-IM-Server/bin /home/Open-IM-Server/bin WORKDIR /home/Open-IM-Server/script -# "&& tail -f /dev/null " Prevent the container exit after the command is executed -CMD ["./start_all.sh && tail -f /dev/null"] \ No newline at end of file +CMD ["./start_all.sh"] \ No newline at end of file