Feature/remote container development (#154)

* feat: add Dockerfile, config & recommended extenion
* docs: add remote-development documentation
* docs: fix README & installation to match node versions package.json definition
This commit is contained in:
Eduardo Asenjo Rodriguez
2021-04-25 18:34:44 +01:00
committed by GitHub
parent c89e174d26
commit 66a323425e
8 changed files with 105 additions and 20 deletions

4
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM node:12-alpine
RUN apk add --update --no-cache git ca-certificates openssl openssh
RUN npm install -g rollup