kibetrns / TakeAwayTest

TakeAwayTest Challenge
0 stars 0 forks source link

Deployment failing on render but works locally with docker #4

Open kibetrns opened 1 month ago

kibetrns commented 1 month ago

This is the error that shows upon delpoyment.

Port scan timeout reached, no open ports detected on 0.0.0.0. Detected open ports on localhost -- did you mean to bind one of these to 0.0.0.0?
kibetrns commented 1 month ago
==> No open ports detected on 0.0.0.0, continuing to scan...
==> Docs on specifying a port: https://render.com/docs/web-services#port-binding

It keeps displaying the above until it finally fails. image

When I deploy a docker image it runs and deploys successfully: image image