devcontainer: update

This commit is contained in:
Marek Lesko
2025-10-22 16:08:14 +02:00
parent 213fd63860
commit 498d2c7ade

View File

@@ -54,7 +54,7 @@
"SA_PASSWORD": "P@ssw0rd", "SA_PASSWORD": "P@ssw0rd",
"ACCEPT_EULA": "Y" "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. // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root" // "remoteUser": "root"
} }