PHRDPL-36 #comment remove supervisord & configure vars at startup

This commit is contained in:
Alexandre BRACH
2019-06-07 17:05:32 +02:00
parent 501a60e604
commit 040172b509
5 changed files with 31 additions and 41 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
envsubst < /php.ini.sample > /usr/local/etc/php/php.ini
envsubst < /php-fpm.conf.sample > /usr/local/etc/php-fpm.conf
docker-php-entrypoint $@