clrghouz/init-php.sh
2021-06-24 20:36:27 +10:00

7 lines
88 B
Bash
Executable File

#!/bin/sh
# Run our web init startup
/sbin/init php-fpm &
exec ./artisan server:start