Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct our CMD in the main Dockerfile (#1061)
This change will mean autograph will correctly see SIGTERM and SIGKILL signals coming from systemd and kubernetes. This may change its behavior somewhat, but, long term, for the better. This fixes the warning we were getting from docker when building our main Dockerfile: ``` - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 86) ``` See https://docs.docker.com/reference/build-checks/json-args-recommended/
- Loading branch information