unable to attach `add_host` to nixpack

i have port 8000 running locally, and i want to make my deployed app to be able to connect with the host:8000, seems like currently there is no way to connect the host with nixpack ?
1 Reply
fidodidoo
fidodidooOP6mo ago
https://github.com/railwayapp/nixpacks/pull/1119 there is option to add the add_host when running the nixpack command
GitHub
Support for --add-host by Thijmen · Pull Request #1119 · railwayapp...
This PR adds support for Nixpacks' build argument --add-host. --add-host allows multiple hosts being added, just like with the docker build. For example: nixpacks build --add-host nginx:127...

Did you find this page helpful?