We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 575936a + eb1e790 commit d82152eCopy full SHA for d82152e
1 file changed
.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
5
"ghcr.io/devcontainers/features/docker-in-docker:2.17.0": {}
6
},
7
"forwardPorts": [1433],
8
- "postStartCommand": "/bin/bash ./.devcontainer/setup_odbc.sh & /bin/bash ./.devcontainer/setup_env.sh",
+ "postStartCommand": "/bin/bash ./.devcontainer/setup_odbc.sh && /bin/bash ./.devcontainer/setup_env.sh",
9
"containerEnv": {
10
"SQLSERVER_TEST_DRIVER": "ODBC Driver 18 for SQL Server",
11
"SQLSERVER_TEST_HOST": "127.0.0.1",
0 commit comments