refactor(docker): convert CMD instruction to exec form #23

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 19:28:26 +00:00
Owner

Change CMD from multi-line shell form to JSON array exec form for better
signal handling and to follow Docker best practices. Consolidate the command
chain into a single line while maintaining the same functionality (migrate,
collectstatic, runserver).

Change CMD from multi-line shell form to JSON array exec form for better signal handling and to follow Docker best practices. Consolidate the command chain into a single line while maintaining the same functionality (migrate, collectstatic, runserver).
Saani added 1 commit 2025-11-23 19:28:07 +00:00
Change CMD from multi-line shell form to JSON array exec form for better
signal handling and to follow Docker best practices. Consolidate the command
chain into a single line while maintaining the same functionality (migrate,
collectstatic, runserver).
Saani merged commit 340c478f26 into main 2025-11-23 19:28:26 +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#23
No description provided.