Files
dockerfiles/nginx-php/rootfs/etc/s6.d/php/run

6 lines
70 B
Plaintext
Raw Normal View History

2017-04-25 21:49:24 +02:00
#!/bin/sh
if test -f ./setup; then
source ./setup
fi
exec php-fpm