certificates/autocert/examples/hello-mtls/nginx/entrypoint.sh

7 lines
110 B
Bash
Raw Normal View History

2019-02-06 19:53:10 +00:00
#!/bin/sh
# watch for the update of the cert and reload nginx
/src/certwatch.sh &
# Run docker CMD
exec "$@"