Hello, I'm Joseph Konka, Python enthousiast. Flask is a Python framework for building web application developing. In this project, I'm building a basic app with Flask and deploying it with Docker. I hope it will help you to understand the docker deployment. Bye !
python -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements.txt
python init_db.py
python app.py