crccheck / docker-hello-world

Hello World web server in under 2 MB
https://hub.docker.com/r/crccheck/hello-world/
161 stars 161 forks source link

chore: modernize Dockerfile syntax #11

Closed crccheck closed 5 years ago

crccheck commented 5 years ago

Does a few random tweaks just to modernize the syntax. Adds a simple HEALTHCHECK so tools can evaluate the health of this container.

Closes #10

sachintaksande commented 5 years ago

Thank you for incorporating the health check implementation. It would be quite helpful.