refactor(docker): clean up dockerfile and improve CMD syntax #22

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 19:24:32 +00:00
Owner
  • Remove redundant inline comments for better readability
  • Replace backslash line continuation with bash -c for CMD instruction
  • Remove commented out gunicorn configuration line
  • Improve CMD formatting using proper bash string syntax

These changes make the dockerfile cleaner and more maintainable while
preserving the same functionality (migrate, collectstatic, runserver).

- Remove redundant inline comments for better readability - Replace backslash line continuation with bash -c for CMD instruction - Remove commented out gunicorn configuration line - Improve CMD formatting using proper bash string syntax These changes make the dockerfile cleaner and more maintainable while preserving the same functionality (migrate, collectstatic, runserver).
Saani added 1 commit 2025-11-23 19:24:25 +00:00
- Remove redundant inline comments for better readability
- Replace backslash line continuation with bash -c for CMD instruction
- Remove commented out gunicorn configuration line
- Improve CMD formatting using proper bash string syntax

These changes make the dockerfile cleaner and more maintainable while
preserving the same functionality (migrate, collectstatic, runserver).
Saani merged commit cfed3ebaa7 into main 2025-11-23 19:24:32 +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#22
No description provided.