Skip to content

Commit 825432f

Browse files
committed
fix dockerfile
1 parent 5bfb502 commit 825432f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY requirements.txt /requirements.txt
44
RUN /opt/netbox/venv/bin/python -m pip install -r /requirements.txt
55

66
RUN mkdir /opt/netbox/netbox/media/software-images/
7-
RUN chown -R unit:unit /opt/netbox/netbox/media/software-images
7+
RUN chown -R unit:root /opt/netbox/netbox/media/software-images
88

99
RUN echo '\n\
1010
RQ_QUEUES["software_manager"]=RQ_PARAMS\n\

0 commit comments

Comments
 (0)