Switching unwanted nix to docker
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?
Solution:Jump to solution
If you have a Dockerfile it will be used, you can disable this by removing or rename it
11 Replies
Project ID:
355a123a-8f0d-473a-aa69-318226cfbe58
355a123a-8f0d-473a-aa69-318226cfbe58
Solution
If you have a Dockerfile it will be used, you can disable this by removing or rename it
Any way I can keep to Docker file and use nix?
maybe some railway ignore file
or something like that
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
so there is no solution for that?
correct, why are you not wanting to use the Dockerfile?
I think the nix is better?
Also the docker at the moment contains all the services together
GitHub
postiz-app/Dockerfile at main · gitroomhq/postiz-app
📨 Schedule social media posts, measure them, exchange with other members and get a lot of help from AI 🚀 - gitroomhq/postiz-app
With nix I have every service in a different container
gotcha