To run the app, use the following command:
streamlit run app/main.py
To build the Docker image, use the following command:
docker build -t streamlit .
To run the container, use the following command:
docker run -d --name streamlit -p 8501:8501 streamlit --env-file .env