diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1f41a337..58c463a4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,5 +7,7 @@ "remoteEnv": { "PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/bin" - } + }, + + "postCreateCommand": "scripts/build.sh" } \ No newline at end of file