mastercontainer - run supervisord directly and not as cmd option

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-07-23 17:01:47 +02:00
parent b076d5ea1a
commit 12f55056ee
2 changed files with 9 additions and 1 deletions

View file

@ -121,6 +121,5 @@ COPY mastercontainer.conf /etc/apache2/sites-available/mastercontainer.conf
USER root
ENTRYPOINT ["/start.sh"]
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
HEALTHCHECK CMD /healthcheck.sh