Hi,
Deployment of my dotnet app using docker is failing. The image looks like it is built OK but it fails to start and nothing in the logs to indicate why. The final couple lines of the logs are:
Apr 8 11:09:39 AM Pushing image to registry…
Apr 8 11:09:48 AM DONE
The repo is public: GitHub - chrisrichards/testdotnet6
Any idea what I need to do to get this working?
Thanks.