certificates/autocert/examples/hello-mtls/nginx/entrypoint.sh
2019-02-07 12:05:38 -08:00

7 lines
No EOL
110 B
Bash
Executable file

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