It is good to let Docker know about superset service health check:
HEALTHCHECK CMD ["curl", "-f", "http://localhost:8088/health"]
In Alpine Linux this requires curl setup, which is not a big deal. Research possible options of HEALTHCHECK with default image tools or add curl and the command above to it.
It is good to let Docker know about superset service health check:
In Alpine Linux this requires
curlsetup, which is not a big deal. Research possible options of HEALTHCHECK with default image tools or add curl and the command above to it.