Updated Using Netbox Plugins (markdown)

Ryan Merolle 2023-04-28 10:16:33 -04:00
parent 44731bbb77
commit ad4658a51a

@ -42,7 +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
RUN SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input
RUN SECRET_KEY="dummydummydummydummydummydummydummydummydummydummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input
```