diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index aacb170..0618bba 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // 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", @@ -9,10 +9,10 @@ "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}" }