This commit is contained in:
Chuck Lantz 2020-11-02 16:35:08 -08:00 коммит произвёл GitHub
Родитель 6bb3494705
Коммит 71eb1d6cc8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -41,7 +41,7 @@ Alternatively, you can use the contents of `base.Dockerfile` to fully customize
### Installing Node.js
Given Node.js is often used with front end code used in conjunction with a Go back-end, this container also includes `nvm` so that you can easily install Node.js. You can change the version of Node.js installed or disable its installation by updating the `args` property in `.devcontainer/devcontainer.json`.
Given Node.js is often used with for front-end web client code used in conjunction with a Go back-end, this container also includes `nvm` so that you can easily install Node.js. You can change the version of Node.js installed or disable its installation by updating the `args` property in `.devcontainer/devcontainer.json`.
```json
"args": {