An alternative backend built using another programming language.
Update Dockerfile to expose and bind Gunicorn to port 8080 instead of 8000. This aligns the container port configuration with the expected deployment environment requirements. Changes: - Update EXPOSE directive to port 8080 - Update Gunicorn bind address to 0.0.0.0:8080 |
||
|---|---|---|
| booking_system | ||
| meetings | ||
| templates | ||
| users | ||
| .env.example | ||
| .gitignore | ||
| dockerfile | ||
| manage.py | ||
| requirements.txt | ||