Added nginx.conf netbox image

Without it, the nginx container of the docker-compose.yml refuses to
start.
This commit is contained in:
Christoph Glaubitz 2017-05-09 10:12:36 +02:00
parent 573486f0b4
commit 72726b2253
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ RUN pip install -r requirements.txt
RUN ln -s configuration.docker.py netbox/netbox/configuration.py
COPY docker/gunicorn_config.py /opt/netbox/
COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf
COPY docker/docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT [ "/docker-entrypoint.sh" ]