From 3f29a7f3bb837f0500f95735c6387a508740da76 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 10 May 2019 07:40:17 -0700 Subject: [PATCH] Use string for postCreateCommand --- .../docker-existing-dockerfile/.devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/docker-existing-dockerfile/.devcontainer/devcontainer.json b/containers/docker-existing-dockerfile/.devcontainer/devcontainer.json index 38d6a3de92..2ee74c5136 100644 --- a/containers/docker-existing-dockerfile/.devcontainer/devcontainer.json +++ b/containers/docker-existing-dockerfile/.devcontainer/devcontainer.json @@ -15,7 +15,7 @@ // "appPort": [], // Uncomment the next line to run commands after the container is created. - // "postCreateCommand": ["uname -a"], + // "postCreateCommand": "uname -a", // The optional 'runArgs' property can be used to specify additional runtime arguments. "runArgs": [