Django Angular with Docker
closed
John Mulhausen
closed
John Mulhausen
We have a Django app here: https://docs.digitalocean.com/tutorials/app-deploy-django-app/
We have Docker covered here: https://docs.digitalocean.com/products/app-platform/languages-frameworks/docker/
I think these kinds of combinations (Docker + Angular) are too specific for us to handle and would generate thousands of possible combinations. However in general App Platform should be able to inspect your repo and build whatever dependencies you need into the final Docker image that gets deployed. So, for instance, you could follow these instructions, and hook up your existing GitHub repo as a component source in App Platform, and with a bit of configuration (see the Django app tutorial) it should run!