- Added trace_paths to entrypoint

This commit is contained in:
Ingvald Lorentzen 2021-01-18 14:00:38 +01:00
parent 426adb2333
commit c0182a481e

View file

@ -63,6 +63,9 @@ else
echo "import runpy; runpy.run_path('../startup_scripts')" | ./manage.py shell --interface python echo "import runpy; runpy.run_path('../startup_scripts')" | ./manage.py shell --interface python
fi fi
# Trace any missing cable paths (not typically needed)
./manage.py trace_paths --no-input
echo "✅ Initialisation is done." echo "✅ Initialisation is done."
# Launch whatever is passed by docker # Launch whatever is passed by docker