Celery Command Not Found When Running from Docker Entrypoint Script
I am deploying a Django application using Docker onto ECS and encountering an issue where Celery commands specified in my entrypoint.sh script are not being recognized, resulting in errors. My Docker setup involves using Celery for asynchronous task processing, with separate containers for Celery workers and beat scheduled tasks. I get the following error messages when I create the ECS which includes the celery worker and beat as containers within the same task definition.