clrghouz/init-php.sh

7 lines
88 B
Bash
Raw Normal View History

2021-06-24 10:36:27 +00:00
#!/bin/sh
# Run our web init startup
/sbin/init php-fpm &
exec ./artisan server:start