mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
add nginx-php image
This commit is contained in:
6
nginx-php/rootfs/etc/s6.d/nginx/run
Normal file
6
nginx-php/rootfs/etc/s6.d/nginx/run
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
if test -f ./setup; then
|
||||
source ./setup
|
||||
fi
|
||||
|
||||
exec nginx
|
Reference in New Issue
Block a user