diff --git a/deploy.Dockerfile b/deploy.Dockerfile index 168010e2b..0f3744e31 100644 --- a/deploy.Dockerfile +++ b/deploy.Dockerfile @@ -37,4 +37,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 && tail -f /dev/null"] \ No newline at end of file