lewis-crawler/companion_software/dashboard/entrypoint.sh

10 lines
137 B
Bash
Executable File

#!/bin/bash
cd /opt/lewis-crawler/companion_software/dashboard
git pull
pipenv install -r requirements.txt
pipenv run python dash.py