icbestCA / giftmanager

Gift ideas manager for families. See the demo here: https://giftmanagerdemo.pages.dev/
MIT License
72 stars 3 forks source link

Docker Gunicorn + documentation #6

Open icbestCA opened 1 month ago

icbestCA commented 1 month ago

Use Gunicorn in the dockerfile instead of the default flask. Gunicorn is made for production while flask more for development. Also add documentation about the dockerfile and what it does.