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

Update Dockerfile

parent aed8c1fe
No related branches found
No related tags found
No related merge requests found
Pipeline #14944 passed
...@@ -8,7 +8,7 @@ RUN git clone https://github.com/iDebugAll/nextbox-ui-plugin ...@@ -8,7 +8,7 @@ RUN git clone https://github.com/iDebugAll/nextbox-ui-plugin
WORKDIR /tmp/nextbox-ui-plugin WORKDIR /tmp/nextbox-ui-plugin
RUN source /opt/netbox/venv/bin/activate && \ RUN source /opt/netbox/venv/bin/activate && \
/opt/netbox/venv/bin/pip3 install . && \ /opt/netbox/venv/bin/pip3 install . && \
/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
RUN rm -rf /tmp/netbox-qrcode /tmp/nextbox-ui-plugin RUN rm -rf /tmp/netbox-qrcode /tmp/nextbox-ui-plugin
......
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