Refs #121 Allow to overwrite CMD and have custom startup commands

This commit is contained in:
cytopia
2019-11-08 20:37:59 +01:00
parent bbe1b43474
commit 2643b28775
51 changed files with 54 additions and 6 deletions

View File

@@ -631,4 +631,5 @@ WORKDIR /shared/httpd
###
### Entrypoint
###
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"]
ENTRYPOINT ["/docker-entrypoint.sh"]