Switching unwanted nix to docker
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

nevo-david
PROOP

2 years ago

355a123a-8f0d-473a-aa69-318226cfbe58


2 years ago

If you have a Dockerfile it will be used, you can disable this by removing or rename it


nevo-david
PROOP

2 years ago

Any way I can keep to Docker file and use nix?


nevo-david
PROOP

2 years ago

maybe some railway ignore file


nevo-david
PROOP

2 years ago

or something like that


2 years ago

theres only a .railwayignore for the cli's railway up


nevo-david
PROOP

2 years ago

Because i have an open-source projet and I would like to use nix, but some users would like to use docker


nevo-david
PROOP

2 years ago

so there is no solution for that?


2 years ago

correct, why are you not wanting to use the Dockerfile?


nevo-david
PROOP

2 years ago

I think the nix is better?


nevo-david
PROOP

2 years ago

Also the docker at the moment contains all the services together



nevo-david
PROOP

2 years ago

With nix I have every service in a different container


2 years ago

gotcha


Loading...