Azure-Samples / azure-django-postgres-flexible-aca

Web app using Python Django backend, set up for deployment to Azure Container Apps with Azure PostgreSQL Flexible Server.
MIT License
17 stars 31 forks source link

No django in docker container #15

Closed kjaymiller closed 1 year ago

kjaymiller commented 1 year ago

Fixes #14

Creates a dockerfile that is used to build the image and will install the needed django modules.

kjaymiller commented 1 year ago

@Dawnwages can you try your devcontainer deployment with this new configuration?