This commit is contained in:
hubwriter 2022-04-05 12:14:17 +01:00 коммит произвёл GitHub
Родитель 3c0a4886a8
Коммит 982c6c6ae3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@
// Use 'postCreateCommand' to run commands after the container is created.
//"postCreateCommand": "git lfs pull && npm ci",
"postCreateCommand": "echo test",
"postCreateCommand": "echo test > aaaa-test.txt",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"