dockerfile multi-stage build update

This commit is contained in:
away 2021-08-06 16:21:54 +08:00
parent 5af768619f
commit bab15d857c

View File

@ -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"]
CMD ["./start_all.sh"]