mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-08 15:54:44 +02:00
Build-args is not the arg. build-arg is.
2
Build.md
2
Build.md
@ -45,7 +45,7 @@ So, full instructions would look like this:
|
||||
git clone https://github.com/netbox-community/netbox-docker.git
|
||||
cd netbox-docker
|
||||
git clone https://github.com/netbox-community/netbox.git netbox
|
||||
docker build --build-args "NETBOX_PATH=netbox" --target main .
|
||||
docker build --build-arg "NETBOX_PATH=netbox" --target main .
|
||||
```
|
||||
|
||||
### Build Targets
|
||||
|
Reference in New Issue
Block a user