batch_build_all_service

This commit is contained in:
skiffer-git 2022-08-19 21:44:30 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 92b9df8541
commit d947ca0965

View File

@ -12,7 +12,7 @@ COPY . .
WORKDIR /Open-IM-Server/script
RUN chmod +x *.sh
RUN /bin/sh -c ./build_all_service.sh
RUN /bin/sh -c ./batch_build_all_service.sh
#Blank image Multi-Stage Build
FROM ubuntu