Files
dockerfiles/nginx-php/rootfs/etc/s6.d/nginx/run
2017-04-25 21:49:24 +02:00

6 lines
68 B
Bash

#!/bin/sh
if test -f ./setup; then
source ./setup
fi
exec nginx