Add workspaceFolder to dev container (#3280)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"service": "watcher",
|
||||
"settings": {"terminal.integrated.shell.linux": "/bin/bash"},
|
||||
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
|
||||
"workspaceFolder": "/data",
|
||||
"forwardPorts": [4000, 8080],
|
||||
"appPort": [4000, 8080],
|
||||
"extensions": ["ms-python.python",
|
||||
|
||||
Reference in New Issue
Block a user