chore(docker): change application port from 8000 to 8080 #11

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 14:02:58 +00:00

1 Commits

Author SHA1 Message Date
36b5bb14b3 chore(docker): change application port from 8000 to 8080
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
2025-11-23 14:02:30 +00:00