7 lines
113 B
Bash
7 lines
113 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
# author: Daniel Sommer <daniel.sommer@velvettear.de>
|
||
|
# license: MIT
|
||
|
|
||
|
php-fpm8 -D && nginx
|