add dockerfile (#130)

This commit is contained in:
mattieserver
2022-06-30 22:39:18 +02:00
committed by GitHub
parent f323278f00
commit 953d7480af
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
netbox-topology-views