start.sh 80 Bytes
 1
 2
 3
 4
 5
#!/bin/sh

sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example > .env

php-fpm