private
Is there a way to ignore Docker file on railway, and build using default as if there is no Docker
This is due to we had a non Docker deployment and running on railway, but we want to use the same repo and deploy onto AWS with ecs + github at the same time for another client as they want it to be there
7 Replies
Project ID:
N/A
So you want to use nixpacks despite having a Dockerfile?
right, we want to keep the current nixpack deployment we have been using and still use not being impacted by that new Docker file, because that docker has some different configs on aws...
Solution
gotcha, you would need to rename the dockerfile in this case
Dockerfile.aws perhaps?
ah i see!!!
thank you so much
no problem!