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

Update Dockerfile

parent a8e5cf8d
No related branches found
No related tags found
No related merge requests found
Pipeline #14567 passed
...@@ -10,5 +10,6 @@ WORKDIR /tmp/netbox-qrcode ...@@ -10,5 +10,6 @@ WORKDIR /tmp/netbox-qrcode
COPY setup.py . COPY setup.py .
RUN python3 setup.py install RUN python3 setup.py install
RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
RUN cat /etc/netbox/config/configuration.py
WORKDIR /opt/netbox/netbox WORKDIR /opt/netbox/netbox
RUN rm -rf /tmp/netbox-qrcode RUN rm -rf /tmp/netbox-qrcode
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