Hi,
I'm trying to start a Python server to run some tests on it, and I would like to do with dagger.
However, when I ran exec for the server, it blocks the pipeline forever.
Is there any way to execute in the background? Or do I need to run in k8s or a compose somehow?
If I ran the server as a daemon, it doesn't stay working, it just dies. As I can't curl the port in the container.
I tried to run with nohup and & but doesn't like that either.
Tried to use sync() or with and without stdout but no luck either.
Is stuck with the info