mirror of
https://github.com/Luzifer/docker-php5-nginx.git
synced 2024-11-08 14:10:06 +00:00
5 lines
53 B
Bash
5 lines
53 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
/etc/init.d/spawn-fcgi start
|
||
|
exec nginx
|