Skip to content

v0.0.3

Latest

Choose a tag to compare

@davemooreuws davemooreuws released this 10 Oct 00:23
· 2 commits to main since this release
0985d89
fix: ensure django templates work when deployed to aws (#29)

Updates the Dockerfile to use a multi-stage build process for optimized image size and dependency management.

Configures Gunicorn for serving the Django application in a production environment, including dynamic port binding and basic worker settings.

Adds Gunicorn as a project dependency.