mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-08 11:06:39 +02:00
Updated Using Netbox Plugins (markdown)
parent
ad4658a51a
commit
86299fc086
@ -42,6 +42,7 @@ RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requi
|
||||
|
||||
# These lines are only required if your plugin has its own static files.
|
||||
COPY configuration/configuration.py /etc/netbox/config/configuration.py
|
||||
COPY configuration/plugins.py /etc/netbox/config/plugins.py
|
||||
RUN SECRET_KEY="dummydummydummydummydummydummydummydummydummydummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user