Avoid container image from exiting in net aspire
I am using builder.AddPostgres().WithImage(...)
but the image has this behaviour of exiting if I don’t use -it
when doing docker run
I am using builder.AddPostgres().WithImage(...)
but the image has this behaviour of exiting if I don’t use -it
when doing docker run