Nixpacks build with no docker
Hello, is it possible to use nixpacks, just to generate the dockerfile, and don't run the build command?
14 Replies
Project ID:
N/A
N/A
You can set a custom build command in a nixpacks.toml
or in your service environment variables
or use nixpacks to generate a dockerfile locally then upload it as your main dockerfile
So it's possible to use it a remote buildkit?
yes
How can i disable the build command?
send me your current railway.json file please
I don't have one
Im using nixpacks from the cli
use that nixpacks.toml file
Is it possible via CLI?
I replaced the build command and continues to use docker build
I want to use buildctl
--out <dir>, -o | Save output directory instead of building it with Docker
Thanks