Python-BMI-Calculator is a Python Flask-based web application that helps users calculate and monitor their Body Mass Index (BMI) with ease. It provides valuable insights into one's health status and allows for the recording and retrieval of historical BMI data for better health management."
docker build -t <image-name>:<tag> .
docker run -p 5000:5000 <docker image-name>:<tag>
http://localhost:5000/
http://<public-ip>:<port-exposed>/