And I encountered such a problem that not all containers are started, as a result, nothing works.
fastapi_app-1 | exec /app/scripts/entrypoint.sh: no such file or directory
fastapi_app-1 exited with code 1
celery_worker-1 | exec /app/scripts/entrypoint.sh: no such file or directory
celery_worker-1 exited with code 1
It doesn't find the script file, even though it is in this folder. I don't understand how to fix it