- Added trace_paths to entrypoint
This commit is contained in:
parent
426adb2333
commit
c0182a481e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue