feat(docker): Add HEALTHCHECK to dockerfiles #58
Labels
A-docker
Area: dockerfile related
C-feature
Category: Features
M-good-first-issue
Meta: Good first issue
Adding a HEALTHCHECK to dockerfiles is useful both as a documentation of the best way to check the health of the container. Since docker containers are being spun up programmatically they also help with
docker inspect
being a good way to check the health of a containerThe text was updated successfully, but these errors were encountered: