From 35673fb3aa37c3fee1d2fa945b28c6d9de685baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Mon, 3 Jun 2024 21:22:04 +0200 Subject: [PATCH] Updated Build (markdown) --- Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.md b/Build.md index 07eb751..19b30e7 100644 --- a/Build.md +++ b/Build.md @@ -23,9 +23,9 @@ This usually works by using the `netboxcommunity/netbox` image as base image: ```Dockerfile 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_scripts/ /etc/netbox/scripts +COPY my_scripts/ /etc/netbox/scripts/ ``` You don't have to add all the files.