mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-14 14:06:39 +02:00
Build-args is not the arg. build-arg is.
parent
9ceb086b26
commit
5a95cc32a6
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
|
git clone https://github.com/netbox-community/netbox-docker.git
|
||||||
cd netbox-docker
|
cd netbox-docker
|
||||||
git clone https://github.com/netbox-community/netbox.git netbox
|
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
|
### Build Targets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user