Now Reading
Getting Began | Nixpacks

Getting Began | Nixpacks

2022-08-17 15:43:26

To get began with Nixpacks you want an app that you simply need to construct and bundle. You’ll be able to deliver your personal or use one of many many examples on GitHub.

brew set up railwayapp/faucet/nixpacks

View more installation options

nixpacks construct ./path/to/app --name my-app

This creates a picture with the title my-app.

Nixpacks permits you to customise all choices which might be used to construct the picture. For instance, you’ll be able to add extra system packages and specify the construct and begin instructions.

See Also

nixpacks construct ./path/to/app --name my-app 
                             --pkgs cowsay 
                             --build-cmd ./construct.sh 
                             --start-cmd "echo hiya | cowsay"

Getting Started

Source Link

What's Your Reaction?
Excited
0
Happy
0
In Love
0
Not Sure
0
Silly
0
View Comments (0)

Leave a Reply

Your email address will not be published.

2022 Blinking Robots.
WordPress by Doejo

Scroll To Top