From e42163443241431d59ec9b81e89aeabf122b12e7 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sat, 27 Nov 2021 16:03:37 -0500 Subject: [PATCH] Stay up to date --- companion_software/dashboard/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) 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