7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Run our web init startup
|
|
/sbin/init php-fpm &
|
|
|
|
exec ./artisan server:start
|