diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f06f71d..abab920 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -31,5 +31,5 @@ } }, - "postCreateCommand": "chmod +x ./.devcontainer/postCreateCommand.sh && ./.devcontainer/postCreateCommand.sh" + "postCreateCommand": "bash ./.devcontainer/postCreateCommand.sh" }