+ Fix for running supervisor after install

This commit is contained in:
2025-09-23 17:09:35 +03:00
parent 013520ddfb
commit 9427c25b99

View File

@ -314,4 +314,4 @@ COPY ./crontab/* /etc/cron.d/
RUN chmod -R 644 /etc/cron.d RUN chmod -R 644 /etc/cron.d
ENTRYPOINT ["/bin/bash","-c","if [ ${INSTALL_PYTHON} = true ] && [ ${INSTALL_SUPERVISOR} = true ]; then service supervisor start; fi"] ENTRYPOINT ["/bin/bash", "-c", "if [ \"$INSTALL_SUPERVISOR\" = \"true\" ]; then service supervisor start && tail -f /dev/null; else tail -f /dev/null; fi"]