realpython / orchestrating-docker

https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/
465 stars 154 forks source link

Mount source code instead of copying into container #5

Closed ebreton closed 7 years ago

ebreton commented 9 years ago

Use case: As a developer, I want to be able to edit the code from my host with my favorite IDE. The container should take into account my modifcations on the fly.

I have made two changes to allow this: