Skip to content

Commit 648f904

Browse files
Merge pull request #346 from microsoft/fix/devcontainer-chmod-quota-script
feat: add permission for script in dev container
2 parents 409bb7d + 764dca5 commit 648f904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717
}
1818
},
19-
"postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt && curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash",
19+
"postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt && curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash && chmod +x ./infra/scripts/quota_check_params.sh",
2020
"remoteUser": "vscode",
2121
"hostRequirements": {
2222
"memory": "4gb"

0 commit comments

Comments
 (0)