Replies: 1 comment 1 reply
-
|
Hi drossi-dg, easy way to do this is to run the application and attach debugger to api server running in the docker compose container using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys!
This is my situation: I could set up locally all docker images and run containers with
docker composeon terminal. Then, I see the containers on Docker Desktop app and I can use the API, Frontend, etc.The problem is that I need to debug the API and I follow de documentation but I can't debug (I'm using Visual Studio code on Windows 11)
For example, if I try to start only (not debug) API, y execute
npm run startbut API is down. Only I can start API with Docker Desktop.Does anyone know how I can do it? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions