diff --git a/deploy.Dockerfile b/deploy.Dockerfile index 548818e2d..1738bda80 100644 --- a/deploy.Dockerfile +++ b/deploy.Dockerfile @@ -12,7 +12,7 @@ COPY . . WORKDIR /Open-IM-Server/script RUN chmod +x *.sh -RUN /bin/sh -c ./batch_build_all_service.sh +RUN /bin/sh -c ./build_all_service.sh #Blank image Multi-Stage Build FROM ubuntu