Skip to content

Commit d71e2b4

Browse files
Apply suggestions from code review
Co-authored-by: Mike Kozicki <[email protected]>
1 parent 8cebfb8 commit d71e2b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Docker Linux Headless Agent
22

3-
The `Dokerfile` has multi-stage definition:
3+
The `Dockerfile` has multi-stage definition:
44
* **production**: Default stage, produce a image without debug features;
5-
* **debug**: When running the produced image the wptagent script will wait for a debug to.attach
5+
* **debug**: When running the produced image the wptagent script will wait for a debugger to.attach
66

77
## Build the Image
88

wptagent_debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
debugpy.wait_for_client()
1414
main()
1515
# Force a hard exit so unclean threads can't hang the agent
16-
os._exit(0)
16+
os._exit(0)

0 commit comments

Comments
 (0)