chore(docker): change application port from 8080 to 8081 #12

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

1 Commits

Author SHA1 Message Date
af4570d6d2 chore(docker): change application port from 8080 to 8081
Update the Dockerfile to use port 8081 instead of 8080 for the application.
This includes:
- Modified EXPOSE directive to port 8081
- Updated Gunicorn bind address to 0.0.0.0:8081

Ensures consistency between the exposed port and the actual port the
application binds to when running inside the container.
2025-11-23 14:06:30 +00:00