Difficulty: Intermediate
What is the HEALTHCHECK instruction in a Dockerfile?
It tells Docker how to test if the container is still working (e.g., by running a `curl` command against the app's health endpoint).
Health, Dockerfile
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.