certificates/examples/docker/nginx/entrypoint.sh
2019-02-07 10:53:25 -08:00

7 lines
No EOL
106 B
Bash
Executable file

#!/bin/sh
# watch for the update of the cert and reload nginx
/certwatch.sh &
# Run docker CMD
exec "$@"