Add the healthcheck parameter to our main Docker file. This will allow Docker to check whether the container is healthy while running. * [Dockerfile reference](https://docs.docker.com/reference/dockerfile/#healthcheck)
Add the healthcheck parameter to our main Docker file. This will allow Docker to check whether the container is healthy while running.