From d3d73a528c4990f7dd84aa48fc1b31d5edb7d5c2 Mon Sep 17 00:00:00 2001 From: Maciej Bak Date: Thu, 15 Aug 2024 20:20:29 +0200 Subject: [PATCH] bash --- .devcontainer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index ecc0b58..0dfbbcf 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -6,12 +6,14 @@ "dockerfile": "./Dockerfile" }, - "postCreateCommand": "bash /bin/entrypoint.sh", + "postCreateCommand": "bash /bin/entrypoint.sh bash", "customizations": { "codespaces": { "openFiles": [] } - } + }, + + "remoteUser": "angryuser" }