Open ShmuelTreiger opened 5 months ago
The maintainer will decide, but I never saw docker files included in other 3rd-party Django apps.
That's fair. This was just really frustrating to get to work. Maybe better to just add docker instructions?
Thanks for the PR, though I agree with claudep, there isn't much sense in adding a Dockerfile in a Django app. Maybe this would be better located in the documentation?
I couldn't get the example project to run locally on my windows machine because of the GDAL dependancy. I created a docker container so that I could run the project. I've stripped it down to the bare minimum and put it in this PR. I thought this would be useful to include in light of #336, so others people could use it if they're also struggling.