Skip to content

Commit a93df5c

Browse files
committed
fix dockerfile
1 parent 24b44e4 commit a93df5c

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
@@ -6,7 +6,7 @@ RUN /opt/netbox/venv/bin/python -m pip install -r /requirements.txt
66
RUN mkdir /opt/netbox/netbox/media/software-images/
77
RUN chown -R unit:unit /opt/netbox/netbox/media/software-images
88

9-
RUN echo $'\n\
9+
RUN echo '\n\
1010
RQ_QUEUES["software_manager"]=RQ_PARAMS\n\
1111
' >> /opt/netbox/netbox/netbox/settings.py
1212

0 commit comments

Comments
 (0)