Oh Docker and your stupid obscure errors how I hate thee - I’m sure its something _I’ve_ done - but you’re not making this easy.
@talios Paste the error so we can mock you :)
@SaturniusMons It’s more #TestContainer’s at the moment - I did manage to trace one issue down to me dropping an EXPOSE line in the DockerFile ( which didn’t break the app as its in compose’s yaml etc ) - but not getting https://gist.github.com/talios/b50892f78de546b3d783a6eae8870a82 - with TestContainers failing saying `nc: not found` (which doesn’t exist in my container, but never did), definitely something odd with networking.
gist:b50892f78de546b3d783a6eae8870a82

GitHub Gist: instantly share code, notes, and snippets.

Gist
@SaturniusMons Happens under both #DockerDesktop and #OrbStack so doesn’t seem to be at that side of things