diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3b7afa1..f26fa70 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -54,7 +54,7 @@ "SA_PASSWORD": "P@ssw0rd", "ACCEPT_EULA": "Y" }, - "postCreateCommand": "npm install -g @devcontainers/cli@0.70.0 && bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'" + "postCreateCommand": "bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'" // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" } \ No newline at end of file