Application failed to build
jaronoff97
HOBBYOP
2 years ago
I have a dockerfile in /<path>/Dockerfile, but most of my app's code is in a subdirectory. I have set RAILWAY_DOCKERFILE_PATH=/<path>/Dockerfile, but the builder is trying to do a nixpacks build from my subdirectory?
14 Replies
jaronoff97
HOBBYOP
2 years ago
@brody yes.
jaronoff97
HOBBYOP
2 years ago
wait why didn't my post's content come through?
jaronoff97
HOBBYOP
2 years ago
Note: I disabled the "new builder" and it worked as expected!
jaronoff97
HOBBYOP
2 years ago
`/otelcol`
jaronoff97
HOBBYOP
2 years ago
/otelcol/Dockerfile
brody
EMPLOYEE
2 years ago
Yep that's a known issue with the v2 builder, it won't look for a Dockerfile in the set root directory.
The team is aware!
Status changed to Solved Railway • over 1 year ago
jaronoff97
HOBBYOP
2 years ago
Awesome, works great. thank you!

