Fernando K pushed to branch main at Root / Serviços / Netbox
Commits:
-
70c710ac
by Fernando Monteiro Kiotheka at 2025-08-15T14:28:02-03:00
1 changed file:
Changes:
... | ... | @@ -6,7 +6,7 @@ COPY plugin-requirements.txt /opt/netbox/plugin-requirements.txt |
6 | 6 | RUN /usr/local/bin/uv pip install -r /opt/netbox/plugin-requirements.txt
|
7 | 7 | |
8 | 8 | # These lines are only required if your plugin has its own static files.
|
9 | -COPY configuration.py /opt/netbox/netbox/configuration.py
|
|
9 | +COPY configuration.py /etc/netbox/config/configuration.py
|
|
10 | 10 | RUN DEBUG="true" SECRET_KEY="dummydummydummydummydummydummydummydummydummydummy" \
|
11 | 11 | /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input
|
12 | 12 |