mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 22:02:37 +00:00
Compare commits
No commits in common. "b329ab9e617579afcd6bd8996f6217e9b3cc00bf" and "8c1a8a9ea60842750cd374c00e50bd9296f6fede" have entirely different histories.
b329ab9e61
...
8c1a8a9ea6
|
|
@ -89,7 +89,7 @@ WORKDIR /opt/netbox/netbox
|
|||
|
||||
# Must set permissions for '/opt/netbox/netbox/media' directory
|
||||
# to g+w so that pictures can be uploaded to netbox.
|
||||
RUN mkdir -p static media /opt/unit/state/ /opt/unit/tmp/ \
|
||||
RUN mkdir -p static /opt/unit/state/ /opt/unit/tmp/ \
|
||||
&& chown -R unit:root /opt/unit/ media reports scripts \
|
||||
&& chmod -R g+w /opt/unit/ media reports scripts \
|
||||
&& cd /opt/netbox/ && SECRET_KEY="dummyKeyWithMinimumLength-------------------------" /opt/netbox/venv/bin/python -m mkdocs build \
|
||||
|
|
|
|||
Loading…
Reference in a new issue