-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I'm trying to install the plugin in a Netbox Docker container and I'm running the following commands in the Dockerfile. The installation seems to work, but when I start it I get the error "LookupError: No installed app with label 'netbox_static_routes'.
RUN cd /opt/netbox/netbox && git clone https://github.com/jbparrish17/netbox-static-routes && \
/bin/bash -c "source /opt/netbox/venv/bin/activate && cd netbox-static-routes && python3 setup.py develop"
What could be the problem here?
Metadata
Metadata
Assignees
Labels
No labels