There is no way to easily run scripts when the container starts, without hard-coding the path to the the php-fpm binary
Could we please have an entrypoint folder to run startup commands easily, without overriding the CMD in our docker files.
They currently allow it for Nginx Docker containers:
https://github.com/nginxinc/docker-nginx/blob/master/entrypoint/docker-entrypoint.sh
There is no way to easily run scripts when the container starts, without hard-coding the path to the the
php-fpmbinaryCould we please have an entrypoint folder to run startup commands easily, without overriding the
CMDin our docker files.They currently allow it for Nginx Docker containers:
https://github.com/nginxinc/docker-nginx/blob/master/entrypoint/docker-entrypoint.sh