Updated Build (markdown)

Christian Mäder 2024-06-03 21:22:04 +02:00
parent 7babd0640d
commit 35673fb3aa

@ -23,9 +23,9 @@ This usually works by using the `netboxcommunity/netbox` image as base image:
```Dockerfile ```Dockerfile
FROM netboxcommunity/netbox:v2.6.6 FROM netboxcommunity/netbox:v2.6.6
COPY my_configuration.py /etc/netbox/config/configuration.py COPY my_configuration.py /etc/netbox/config/extra_configuration.py
COPY my_reports/ /etc/netbox/reports/ COPY my_reports/ /etc/netbox/reports/
COPY my_scripts/ /etc/netbox/scripts COPY my_scripts/ /etc/netbox/scripts/
``` ```
You don't have to add all the files. You don't have to add all the files.