Skip to content

Commit 0c22227

Browse files
committed
Adds host flag to docs
1 parent a1e8523 commit 0c22227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To develop inside of an isolated docker container:
1717

1818
root@12345:/code-server# yarn
1919
root@12345:/code-server# yarn vscode
20-
root@12345:/code-server# yarn watch
20+
root@12345:/code-server# yarn watch --host=0.0.0.0
2121
```
2222

2323
Any changes made to the source will be live reloaded.

0 commit comments

Comments
 (0)