Disable autodetect Dockerfile
bigusef
PROOP

6 months ago

In my project, I have a Dockerfile but have not supported mount of type bind and multiple staging builder, so I need to avoid using docker file and using build pack

Solved

2 Replies

Railway
BOT

6 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


You can disable autodetection of the Dockerfile by renaming it or by configuring the project to use build packs instead. This can be done by ensuring the Dockerfile is not named Dockerfile with a capital D, or by setting the RAILWAY_DOCKERFILE_PATH variable to a non-existent path.


Status changed to Awaiting User Response Railway 6 months ago


Railway
BOT

5 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 6 months ago


Loading...