diff --git a/companion_software/dashboard/entrypoint.sh b/companion_software/dashboard/entrypoint.sh index 8aad026..18a1aaf 100755 --- a/companion_software/dashboard/entrypoint.sh +++ b/companion_software/dashboard/entrypoint.sh @@ -2,6 +2,8 @@ cd /opt/lewis-crawler/companion_software/dashboard +git pull + pipenv install -r requirements.txt pipenv run python dash.py