Skip to content
Snippets Groups Projects
Commit 32e32e5d authored by John Graham's avatar John Graham
Browse files

Update Dockerfile

parent 16efb39d
No related branches found
No related tags found
No related merge requests found
Pipeline #14942 passed
...@@ -9,6 +9,6 @@ WORKDIR /tmp/nextbox-ui-plugin ...@@ -9,6 +9,6 @@ WORKDIR /tmp/nextbox-ui-plugin
RUN source /opt/netbox/venv/bin/activate && /opt/netbox/venv/bin/pip3 install . RUN source /opt/netbox/venv/bin/activate && /opt/netbox/venv/bin/pip3 install .
RUN rm -rf /tmp/netbox-qrcode /tmp/nextbox-ui-plugin && \ RUN rm -rf /tmp/netbox-qrcode /tmp/nextbox-ui-plugin && \
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input
WORKDIR /opt/netbox/netbox WORKDIR /opt/netbox/netbox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment