luizcarlosfaria/TesseractOCRWebApi

Error when starting docker-compose

Closed this issue · 1 comments

Hey @luizcarlosfaria, how are you?

I was studying this project and tried to run it, so I created a docker-compose to run the OCR and the TesseractAPI and I got this error message:

image

And I changed to this and it worked:
image

Do you know why?

Your docker-compose.yml has issues.

Maybe you are ignoring that build of .NET Core applications don't start on project path, but on solution path, and build context must be started on solution path too.