есть
RUN ./deployment/local/scripts/start-supervisor.sh
в скрипте
#/bin/bash
service supervisor start
sleep 5
service supervisor status
supervisorctl reread
supervisorctl update
supervisorctl start rabbitmq-worker:*
на последнем этапе билда выводится
Step 8/8 : RUN ./deployment/local/scripts/start-supervisor.sh
---> Running in 91d2174c1573
Starting supervisor: supervisord.
supervisord is running
после билда захожу в контейнер
docker exec -it learn_web bash
выполняю
service supervisor status
пишет - supervisord is not running.
почему так?
Потому что не нужно так делать
Обсуждают сегодня