Skip to content

Commit 4bef755

Browse files
fix the export ecs docker flags (#5)
1 parent 04b5f6f commit 4bef755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ First, we need to configure LocalStack to enable remote debugging of Node.js app
170170
the `ECS_DOCKER_FLAGS` to enable the debugger using `NODE_OPTIONS`:
171171

172172
```bash
173-
export ECS_DOCKER_FLAGS="e NODE_OPTIONS=--inspect-brk=0.0.0.0:9229 -p 9229:9229
173+
export ECS_DOCKER_FLAGS="-e NODE_OPTIONS=--inspect-brk=0.0.0.0:9229 -p 9229:9229"
174174
```
175175

176176
2️⃣ **Adding a Task to Wait for Remote Debugger Server** 🕰️

0 commit comments

Comments
 (0)