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

Update Dockerfile

parent 40454b22
No related branches found
No related tags found
No related merge requests found
Pipeline #15163 failed
......@@ -10,7 +10,7 @@ WORKDIR /tmp/napalm-onyx
RUN /opt/netbox/venv/bin/pip3 install pip==20.0.2 && \
/opt/netbox/venv/bin/pip3 install . && \
rm -rf /tmp/napalm-onyx
RUN useradd -k -g netbox -u 1000 netbox
RUN adduser -k --uid 1000 netbox
USER netbox
RUN SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input
......
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