Skip to content

Commit

Permalink
correct launch.json path mapping to /app
Browse files Browse the repository at this point in the history
Previously docs showed /srv/api, however the docker container now contains the app in /app
  • Loading branch information
brettins authored and dunglas committed Dec 9, 2023
1 parent 74c59b3 commit 3240196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Note that this configuration includes the path mappings for the Docker image.
"port": 9003,
"log": true,
"pathMappings": {
"/srv/api": "${workspaceFolder}/api"
"/app": "${workspaceFolder}/api"
},
},
]
Expand Down

0 comments on commit 3240196

Please sign in to comment.