Configure debugging from outside the container
This commit is contained in:
@@ -2,4 +2,6 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
bot:
|
||||
command: sh -c "npm install && npm run dev"
|
||||
command: sh -c "npm install && npm run dev"
|
||||
ports:
|
||||
- "9229:9229"
|
||||
Reference in New Issue
Block a user