certificates/examples/docker/nginx/entrypoint.sh

7 lines
106 B
Bash
Raw Normal View History

2018-11-10 01:27:36 +00:00
#!/bin/sh
# watch for the update of the cert and reload nginx
/certwatch.sh &
# Run docker CMD
exec "$@"