**Goal:** Allow Docker to "Auto-Heal" the container. **Task:** Add a `HEALTHCHECK` instruction to the `Dockerfile.` **Desc:** It should run `curl -f http://localhost:PORT/health` every 30 seconds.
Goal: Allow Docker to "Auto-Heal" the container.
Task: Add a
HEALTHCHECKinstruction to theDockerfile.Desc: It should run
curl -f http://localhost:PORT/healthevery 30 seconds.