add dockerfile (#130)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM netboxcommunity/netbox:latest
|
||||
|
||||
COPY ./plugin_requirements.txt /
|
||||
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt
|
||||
@@ -0,0 +1 @@
|
||||
netbox-topology-views
|
||||
Reference in New Issue
Block a user