Skip to content

Commit cbc6356

Browse files
authored
Merge pull request #32 from DataRecce/infra/modify-devcontainer-for-recce
[Infra] Update devcontainer.json for recce
2 parents 71e140e + 11a3804 commit cbc6356

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)