Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle SIGTERM and Ctrl+C (SIGINT) gracefully (#144)
This makes sure that the landing page container exits with exit code 0. This avoids Watchdog error messages in the Supervisor logs. While at it, also handle and log errors in case http.ListenAndServe fails.
- Loading branch information