/
fscourge
/
cache
Обзор
Документация
Войти
/
fscourge
/
cache
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.devcontainer/devcontainer.json
14 строк
636 B
Sankalp Kotewar
GA for granular cache (#1035)
21 дек 2022, 17:08
Не верифицирован
21 дек 2022, 17:08
c17f4bf
Код
Авторство
О чём код?
{ "name": "Node.js & TypeScript", "image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye", // Features to add to the dev container. More info: https://containers.dev/implementors/features. // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "npm install" // Configure tool-specific properties. // "customizations": {}, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" }