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

sed -i "s|localhost:5611|${APP_URL}:5611|g" public/js/*
sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example > .env

php-fpm