mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
#!/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 $@
|