quan612
PROOP
2 years ago
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
8 Replies
2 years ago
So you want to use nixpacks despite having a Dockerfile?
2 years ago
n/a
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…
2 years ago
gotcha, you would need to rename the dockerfile in this case
2 years ago
Dockerfile.aws perhaps?
2 years ago
no problem!