Skip to content

Commit

Permalink
fix docs cli commands (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
iPagar authored Jul 8, 2022
1 parent f19c541 commit b448b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ nixpacks build --help
| | |
| :-------------------------- | :------------------------------------------------------------- |
| `--install-cmd <cmd>`, `-i` | Specify the install command |
| `--build-cmd <cmd>`, `-b` | Specify the buildcommand |
| `--start-cmd <cmd>`, `-s` | Specify the install command |
| `--build-cmd <cmd>`, `-b` | Specify the build command |
| `--start-cmd <cmd>`, `-s` | Specify the start command |
| `--name <name>` | Name for the built image |
| `--env <envs...>` | Provide environment variables to your build. |
| `--pkgs <pkgs...>`, `-p` | Provide additional Nix packages to install in the environment |
Expand Down

0 comments on commit b448b29

Please sign in to comment.