diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 02eedd2..8e1e2cd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -41,7 +41,7 @@ // "forwardPorts": [], "forwardPorts": [ 8000 - ] + ], // Uncomment the next line if you want start specific services in your Docker Compose config. // "runServices": [], @@ -50,7 +50,7 @@ // "shutdownAction": "none", // Uncomment the next line to run commands after the container is created. - // "postCreateCommand": "cat /etc/os-release", + "postCreateCommand": "cat /etc/os-release" // Configure tool-specific properties. // "customizations": {},