From cfd7935ec566efd96ce5c15aa490b5094cec423f Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Tue, 27 Apr 2021 10:25:01 -0400 Subject: [PATCH] Updated Using Netbox Plugins (markdown) --- Using-Netbox-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index 364e309..bd394ea 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -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.