app-generator / ecommerce-django-stripe

Django Stripe Sample - Soft UI Design (Free Sample) | AppSeed
https://blog.appseed.us/django-stripe-mini-ecommerce/
Other
60 stars 17 forks source link

Docker set up is missing #3

Closed app-generator closed 2 years ago

app-generator commented 2 years ago

Hello @MySecondLanguage

The new users will enjoy the product more if they are able to start it with minimum effort.

The Flask version for instance provides a simple Docker setup that allows starting the project by running a single command:

$ docker-compose up --build 

For inspiration, take a look at the Flask version (Docker part):

https://github.com/app-generator/sample-flask-stripe#-start-the-app-in-docker

Please add the missing Docker scrips.

Ty!

app-generator commented 2 years ago

Validated. Closing. TY @MySecondLanguage