+ Fix for running supervisor after install
This commit is contained in:
@ -314,4 +314,4 @@ COPY ./crontab/* /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"]
|
||||
|
Reference in New Issue
Block a user