Hello !
First of all, I'd like to thanks the team for this project, i'm realy falling in love with dagger, gained so much time writing pipelines !
While trying to check my resulting container, I get connexion refused, I tried pusblishing the image and running it locally I can in fact access my app.
is there something i'm missing ? I didn't have any problem with an nginx container (this one doesn't have a custom WithEntrypoint)
WRN port not ready host=e7es0aiilia2i.005cv4rvo9r5g.dagger.local error="dial tcp 10.87.0.139:3000: connect: connection refused" elapsed=8.209143503s
container, err := build.
WithEntrypoint([]string{packageManager, "run", "start"}).
WithExposedPort(*ExposedPort).
Sync(ctx)