certificates/examples/docker/nginx/entrypoint.sh
Mariano Cano b18e3638bc Revert "Remove unnecessary sleep"
This reverts commit 082eee63f1.
2019-02-07 12:05:13 -08:00

10 lines
No EOL
135 B
Bash
Executable file

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