I have a .Net Core application what it to run on a docker image. I typed in the command line :
docker run -d --net=bridge -it --name=testapp -v /var/test/:/var/test microsoft/aspnetcore-build /bin/bash -c "dotnet /var/test/test.dll"
it is created but it is exiting with a status code 139. What could be the problem.