2 years ago
Somehow all the attempts failed and idk why, the build was fine before
14 Replies
2 years ago
as per those logs the service is unaviable, are you sure you are listening on the host 0.0.0.0 and the environment variable $PORT ?
2 years ago
those are just environment variables though, that alone doesn't reassure me anything unfortunately
2 years ago
Please make sure you are listening on the host 0.0.0.0 and the environment variable $PORT
2 years ago
no worries!
I think i still need help on this, this is basically my dockerfile, and somehow it still ends with stuck on healthcheck


2 years ago
^
okay i see, i found out that dotenvx not found resulting in server not starting (but somehow no error is shown)
2 years ago
can't listen on a host or port if the server isn't starting
yep already solved, i'm not see the deploy logs so that's why i don't found errors haha
2 years ago
make sure you are logging unbuffered to stdout/stderr
