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

@@ -1,8 +1,5 @@
#!/bin/bash
envsubst < /php.ini.sample > /usr/local/etc/php/php.ini
envsubst < /php-fpm.conf.sample > /usr/local/etc/php-fpm.conf
FILE=/var/alchemy/Phraseanet/config/configuration.yml
if [ -f "$FILE" ]; then
echo "$FILE exist, skip setup."