**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.