railway.toml says to use nixpacks, but Dockerfile is used instead
my repo has a Dockerfile, but I don't want to useit in railway. I have a railway.toml configured to use nixpacks
if I rename the Dockerfile to something else, it works fine
is there a way to make Railway ignore Dockerfile even if the file exists in the repo?
5 Replies
Project ID:
06737741-92ea-48b0-9ba6-879d1d8f6afb
rename or remove the file is the only way to get railway to ignore the dockerfile
06737741-92ea-48b0-9ba6-879d1d8f6afb
@Brody this is really silly 😦
could you share the reason of having a dockerfile but not wanting to use it?
it's an open source project, I have a Dockerfile that I build but prefer nixpacks in railway