saasitive / django-react-boilerplate

DIY Django + React Boilerplate for starting your SaaS
https://saasitive.com
MIT License
596 stars 89 forks source link

Nginx DockerFile update and course completion request #20

Open hamedasgari20 opened 2 years ago

hamedasgari20 commented 2 years ago

Dear Piotr Płoński

Thank you very much for your tutorials. Undoubtedly, using this structure can create valuable applications.

After cloning the code and using the docker-compose -f docker-compose-dev.yml build command, I got an error ERROR [build 5/7] RUN npm ci --silent. The problem was solved by changing the code RUN npm ci --silent on line 9 of the Nginx DockeFile to RUN npm install.

If possible, please complete this course and add the unfinished parts to the course, such as resetting the password in frontend and adding the subscription payment mechanism or production ready Email verification.

Finally, I sincerely thank you for sharing your knowledge and helping to develop new software.

Best regards Hamed Asgari