CatchTheTornado / CatchTheTornado/text-extract-api
[bug] Problem with installation in docker
Open
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.