[Answered ]-Failing when running celery from docker

1👍

I’m not sure it applies to your case, but in docker i start celery with this command:

command: celery -A my_proj worker -l DEBUG

Since the error it gives you is "exec format error" it might just be this.

Leave a comment