Skip to content

Commit b9dff0d

Browse files
authored
Merge pull request #697 from tobiasge/feature-build-fix
Fixed build for Netbox feature branch
2 parents 54bf7a3 + 297aab1 commit b9dff0d

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
@@ -97,7 +97,7 @@ WORKDIR /opt/netbox/netbox
9797
RUN mkdir -p static /opt/unit/state/ /opt/unit/tmp/ \
9898
&& chown -R unit:root media /opt/unit/ \
9999
&& chmod -R g+w media /opt/unit/ \
100-
&& cd /opt/netbox/ && /opt/netbox/venv/bin/python -m mkdocs build \
100+
&& cd /opt/netbox/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python -m mkdocs build \
101101
--config-file /opt/netbox/mkdocs.yml --site-dir /opt/netbox/netbox/project-static/docs/ \
102102
&& SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input
103103

0 commit comments

Comments
 (0)