Develop a Python Flask Application with Docker and Deploy it to AWS – Part 3 Bring it together with docker compose
Recap
Up until this point we covered:
* Building a custom docker container using the official python miniconda container as our base.
* Interactively running commands in our custom image
* Giving docker build time instructions and run time instructionswith RUN and CMD.
* Spinning up a webserver that we can access on our