dockerfile not working
I'm trying to deploy a bun app using Dockerfile.
The build steps complete without any issue but then it seems like the app is never actually started, the logs are empty and endpoint responds with a 503.
Just for testing i deployed the same application on render and there it worked, but i would prefer to continue using railway.
Thanks for helping
9 Replies
Project ID:
3102686e-c51e-48c6-9ed9-19ccc7a6891e
3102686e-c51e-48c6-9ed9-19ccc7a6891e
send the dockerfile please
I tired a bunch of different versions
and none of them worked
try changing
ENTRYPOINT
to CMD
unfortunately it didn't help.
The strange thing is, that there are no logs, even tho the server should do some logs as soon as it starts.
So i guess for some reason its just not started
does your deployment list as active?
yes, but when i click the link i get the "Application failed to respond" error
are you listing on host 0.0.0.0 and the environment variable PORT?