Updated CentOS images

This commit is contained in:
Alexey Pustovalov
2020-04-26 19:45:42 +03:00
parent 52106b9d5d
commit 04c4ae6606
30 changed files with 926 additions and 7963 deletions

View File

@ -257,9 +257,9 @@ echo "########################################################"
if [ "$1" != "" ]; then
echo "** Executing '$@'"
exec "$@"
elif [ -f "/usr/bin/supervisord" ]; then
echo "** Executing supervisord"
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
elif [ -f "/usr/sbin/httpd" ]; then
echo "** Executing HTTPD"
exec /usr/sbin/httpd -D FOREGROUND
else
echo "Unknown instructions. Exiting..."
exit 1