Reply to comment


May 3, 2021, 8:51 p.m. -  Felix

Dear Mausam, sorry to bother you again, I'd just have one more question: My goal is to build my application all dockerized as explained in your tutorial. Now when I make a slight change (like changing a single description or so) I of course don't always want to run "docker-compose up --build" and wait for everything to build each time. I read on different websites that there are different strategies to mitigate this problem, but would like to ask you for your personal opinion/your best practices. So my approach would be: Use everything dockerized on the production server and make local changes to the react frontend with "npm start" on localhost. But if I do the same for the django part locally with "python manage.py runserver" I run into some errors (probably because some settings are defined in the docker containers themselves, so I would have to maintain the local development and the actual dockerized deployment?) Again, many thanks - your feedback is highly appreciated!

Post your comment

Required for comment verification