Skip to content

Merge: Fix issue #39 with ncat in Dockerfile

Ole Binder requested to merge fix-healthcheck into main

The healthcheck in docker compose relies on nc (ncat) but ncat is not installed. This should fix this. But we should consider that we only use ncat for the healthcheck. Maybe it would be wise to solve this differently? @david do you have some thoughts on this?

Merge request reports