Run Server: python app/main.py Docker: docker build -t cmhg-python-backend:0.1 . docker run -p 5001:5001 --name cmhg-python cmhg-python-backend:0.1