- Add connection string to environment variables - variable name should be LIGHTHOUSE_MONGO_KEY
- Install relevant packages from Pipfile
- run python -m streamlit run spreadsheet/webapp.py in the terminal (will use port 8501)
- create .env file in root directory, add LIGHTHOUSE_MONGO_KEY=
- docker build -t lts_stats .
- docker run -p 8501:8501 --env-file .env lts_stats