We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e8523 commit 0c22227Copy full SHA for 0c22227
doc/CONTRIBUTING.md
@@ -17,7 +17,7 @@ To develop inside of an isolated docker container:
17
18
root@12345:/code-server# yarn
19
root@12345:/code-server# yarn vscode
20
-root@12345:/code-server# yarn watch
+root@12345:/code-server# yarn watch --host=0.0.0.0
21
```
22
23
Any changes made to the source will be live reloaded.
0 commit comments