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

1 Commits

Author SHA1 Message Date
c5cdc5d774 refactor(docker): clean up dockerfile and improve CMD syntax
- 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).
2025-11-23 19:23:58 +00:00