Skip to content

Commit

Permalink
formatting dev container.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson-lojo authored Sep 9, 2024
1 parent 4e72a1d commit 8447956
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/universal
{
"name": "Launch Course",
"name": "Launch Course",

"dockerComposeFile": [ "docker-compose.yml" ],
"service" : "devcontainer",
"workspaceFolder": "/workspaces/pl-ucb-csxxx",

"forwardPorts": [ 3000 ],

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},

"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}"
}

0 comments on commit 8447956

Please sign in to comment.