mattmakai / fullstackpython.com

Full Stack Python source with Pelican, Bootstrap and Markdown.
https://www.fullstackpython.com/
MIT License
2.88k stars 627 forks source link

Update 180309-flask-docker-macos.markdown #246

Closed donna-156 closed 1 year ago

donna-156 commented 3 years ago

Hey,

I know this is a slightly older document, however I found it really useful in getting started with Docker, thank you!

I've updated where requirements.txt is created as I was unable to create the image until this was done. As I created an empty requirements.txt to start with I found it failed because then Flask was unavailable and I needed to rebuild the image. :)

Donna