Docker-PHP/php+nginx/run.nginx.sh
2019-06-11 16:59:58 +02:00

6 lines
55 B
Bash
Executable file

#!/bin/bash
sleep 3;
/usr/sbin/nginx
sleep infinity;