Can you provide curl or wget so we can run healthchecks within the container? HEALTHCHECK --start-period=5s CMD curl --silent --output /dev/null http://localhost/
Can you provide curl or wget so we can run healthchecks within the container?