From 535db41c8edd86bb09249b2117cc0adafe2833d5 Mon Sep 17 00:00:00 2001 From: bmsmcgee <98934884+bmsmcgee@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:47:40 -0700 Subject: [PATCH] Group 12 added cat command after container is created --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {},