From 0473a2c4386635c7f0c44afb1dac694bb2374d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Mon, 12 Sep 2022 09:31:07 +0000 Subject: [PATCH] devcontainer postCreateCommand --- ui/.devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/.devcontainer/devcontainer.json b/ui/.devcontainer/devcontainer.json index b106f98..718d16f 100644 --- a/ui/.devcontainer/devcontainer.json +++ b/ui/.devcontainer/devcontainer.json @@ -30,6 +30,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install", + "postCreateCommand": "yarn install", // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node" } \ No newline at end of file