Updated Using Netbox Plugins (markdown)

Ryan Merolle 2021-04-27 10:25:01 -04:00
parent 5f675c0e65
commit cfd7935ec5

@ -33,7 +33,7 @@ The new `Dockerfile-Plugins` will enable us to build a new image with the requir
```
FROM netboxcommunity/netbox:latest
copy ./plugin_requirements.txt /
COPY ./plugin_requirements.txt /
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt
# These lines are only required if your plugin has its own static files.