My website
- Install virtualenv
- Create a new virtual envrionment
virtualenv venv - Activate the virtual env
source venv/bin/activate - Install dependencies
pip install -r requirements.txt - Point flask to the correct entry point
cp .flaskenv.example .flaskenv
$ docker build -t rcjames/ryan-james-health-dot-com .$ git push heroku master