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.