Deploy Flask app to Heroku with Docker
This story will show how to install deploy a simple Flask app to Heroku via Docker and Gitlab CI.
Prerequisites
I'm assuming that you are familiar with the basics of Docker, Heroku, Flask and Gitlab.
Also, you have:
1 Heroku account with an …