Skip to content

Commit 11a3804

Browse files
committed
[Infra] Update devcontainer.json for recce
Signed-off-by: Kent Huang <[email protected]>
1 parent 71e140e commit 11a3804

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "Recce Cloud",
2+
"name": "Recce CodeSpace",
33
"build": {
44
"dockerfile": "Dockerfile"
55
},
66
"features": {
77
"ghcr.io/devcontainers/features/github-cli:1": {}
88
},
9+
"forwardPorts": [8000],
910
"postStartCommand": "./.devcontainer/script/post_start.sh"
1011
}

0 commit comments

Comments
 (0)