dst-vilfredo_dashboard
v1.0.3
Published
## To run it local Python version 3.9
Downloads
265
Readme
dst-vilfredo_dashboard
To run it local
Python version 3.9
Add a .env file with the connection string to the Aurora DB
CONNECTION_STRING=< add connection string>
Install the requirements:
pip install requirements.txt
Run streamlit:
streamlit run app.py
Create the Docker image:
docker build --no-cache -t vilfredo_dashoard .
Run the container:
docker run -p 8501:8501 vilfredo_dashboard
Commit per lanciare la build della nuova immagine in automatico
npm run commit
- selezionare il tipo di commit
- skippare prima richiesta
- inserire message del commit
- skippare e selezionare nelle due successive la risposta si o no al tipo di change
Per problemi con npm:
- git commit -m "fix: IL TUO MESSAGGIO"
usare la sintassi: fix/ci/chore/feat: messaggio