Skip to content

Commit

Permalink
Merge pull request #32 from DataRecce/infra/modify-devcontainer-for-r…
Browse files Browse the repository at this point in the history
…ecce

[Infra] Update devcontainer.json for recce
  • Loading branch information
kentwelcome authored Sep 20, 2024
2 parents 71e140e + 11a3804 commit cbc6356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "Recce Cloud",
"name": "Recce CodeSpace",
"build": {
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"forwardPorts": [8000],
"postStartCommand": "./.devcontainer/script/post_start.sh"
}

0 comments on commit cbc6356

Please sign in to comment.