a year ago
Could you help to fix the error in my build? There's no error information provided on the log file and it said that I need to contact the helpdesk.
My staging deployment was successful, but the production deployment failed.
ⓘ Deployment information is only viewable by project members and Railway employees.
3 Replies
a year ago
From our internal logs -
executable file `cd` not found in $PATH: No such file or directoryLittle tip, it's almost always a bad idea to use cd in build or start commands, there's most likely a far better way to achieve what you accomplish with cd - so please look into that.
a year ago
Thanks for the help, I found the issue now. I forgot to remove the custom build command and the start command after using custom Dockerfile on production
Status changed to Solved brody • over 1 year ago
