fastapi-microservices icon indicating copy to clipboard operation
fastapi-microservices copied to clipboard

Debugging problem

Open Matteo7S opened this issue 2 years ago • 0 comments

Hi, I really appreciate your work,

I 've an issue when I try do modify and debug the microservice: I'm tring to use vs code with dev container extension but when I open code inside container I get this error:Workspace does not exist. In the container probably it doesn'exist cause there are 4 separate images.

If I launch vs code inside one service, like pokemon-service, the error comes from models.sku import PokemonModel cause it's in another volume

I'm new in docker so can you tell me how you debug this microservice?

thank you in advice, M

Matteo7S avatar Feb 28 '23 15:02 Matteo7S