C#C
C#2y ago
Ares

[ASP.NET] Docker build not working properly.

so basically i made and pushed a docker image to the hub repositoory. And everytime i push to github, there is a github action that also updates the docker image and then on render.com is updated too. so my docker image works fine for deploying to a cloud provider.

but the problem is that if i want other people to pull my docker image from online and run it locally, they are unable to do that. when i pull and then run docker compose up, I get the following error:
Was this page helpful?