There was an error while loading. Please reload this page.
1 parent f218ebf commit f0c028cCopy full SHA for f0c028c
.devcontainer/devcontainer.json
@@ -42,6 +42,7 @@
42
// Use 'postCreateCommand' to run commands after the container is created.
43
"postCreateCommand": "pip3 install -r requirements.txt",
44
45
+// Use 'portsAttributes' to set default properties for specific forwarded ports.
46
"portsAttributes": {
47
"9000": {
48
"label": "Hello Remote World",
0 commit comments