refactor(docker): streamline Dockerfile and add gunicorn workers #27

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 23:35:31 +00:00
Owner
  • 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.

- 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.
Saani added 1 commit 2025-11-23 23:35:25 +00:00
- 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.
Saani merged commit 35f364263f into main 2025-11-23 23:35:31 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ATTUNE-HEART-THERAPY/alternative-backend-service#27
No description provided.