add missing activation of preentry to docker-entrypoint

This commit is contained in:
Jamie (Bear) Murphy 2022-04-08 22:26:49 +01:00 committed by Jamie Murphy
parent e3ac66c407
commit 19982154fc
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#!/bin/bash
# Runs on every start of the NetBox Docker container
# Run preentry script to install any local depencencies / file mods
/opt/netbox/preentry.sh
# Stop when an error occures
set -e