Docker HealthCheck Express
HEALTHCHECK CMD curl --fail http://localhost:3000 || exit 1
Guisardo
HEALTHCHECK CMD curl --fail http://localhost:3000 || exit 1
HEALTHCHECK --interval=5m --timeout=3s \
CMD wget --no-verbose --tries=1 --spider http://localhost/ || exit 1