❇️ Adds new options to the build script

This commit is contained in:
Christian Mäder 2018-02-02 12:48:38 +01:00
parent d2ec32fefe
commit fe05ca5c7c
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
2 changed files with 55 additions and 22 deletions

View file

@ -40,3 +40,5 @@ ENTRYPOINT [ "/docker-entrypoint.sh" ]
VOLUME ["/etc/netbox-nginx/"]
CMD ["gunicorn", "--log-level debug", "-c /opt/netbox/gunicorn_config.py", "netbox.wsgi"]
LABEL SRC_URL="$URL"