An alternative backend built using another programming language.
- Remove redundant comments for cleaner readability - Simplify COPY commands using relative paths - Condense pip installation RUN command to single line - Add 3 workers to gunicorn for improved concurrent request handling - Remove accidentally included .dockerignore content from Dockerfile This improves Dockerfile maintainability and production performance by configuring multiple gunicorn workers for better throughput. |
||
|---|---|---|
| booking_system | ||
| meetings | ||
| templates | ||
| users | ||
| .env.example | ||
| .gitignore | ||
| dockerfile | ||
| manage.py | ||
| Procfile | ||
| requirements.txt | ||