❇️ 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
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"