Dockerized-Flask-Celery-RabbitMQ-Redis
Dockerized-Flask-Celery-RabbitMQ-Redis copied to clipboard
Scripts folder not found in Docker image
Hi
I'm getting the following error while trying to use your code
Cannot start service worker: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"./scripts/run_celery.sh\": stat ./scripts/run_celery.sh: no such file or directory": unknown
You are not really adding the scripts folder as such (but explicitly ADDing requirements.txt). So, there's seems to be something amiss.