nevo-david
PROOP
2 years ago
Hello! I have an open-source project.
I am using Nix but since I added a docker file into the project, it changed the default.
How can I revert it without removing the docker file?
14 Replies
2 years ago
If you have a Dockerfile it will be used, you can disable this by removing or rename it
2 years ago
theres only a .railwayignore for the cli's railway up
Because i have an open-source projet and I would like to use nix, but some users would like to use docker
2 years ago
correct, why are you not wanting to use the Dockerfile?
2 years ago
gotcha