DEBSOURCES
Skip Quicknav
sources / golang-github-smallstep-certificates / 0.20.0-5 / examples / docker / nginx / entrypoint.sh
12345678910
#!/bin/sh # Wait for renewer sleep 10 # watch for the update of the cert and reload nginx /certwatch.sh & # Run docker CMD exec "$@"