Open yaskshelat opened 1 year ago
What is the error? It looks like it's running properly.
when I go to the given url http://0.0.0.0:5500 it doesn't work. what is this hypercorn.error
That's just the logging level from the web server. I don't know why it does that, but it's not a real error. You should visit http://localhost:5500 to view the website. Make sure you've exposed port 5500 (TCP) with your Docker app.
thank you for your reply, I am not sure how do I open port 5500 from the docker app, I tried http://localhost:5500 but it doesn't work either.
hi I am a pretty basic user, I installed docker on my Mac, pulled the docker image and running it.
I am getting following error , can anyone help please