Added volumes to Dockerfile
This commit is contained in:
parent
e9bea0a420
commit
d717f3a09f
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ RUN wget -q -O - "${URL}" | tar xz \
|
|||
WORKDIR /opt/netbox
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
VOLUME ["/opt/netbox/netbox/static"]
|
||||
|
||||
COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py
|
||||
COPY configuration/gunicorn_config.py /etc/netbox/config/
|
||||
COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue