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:
committed by
GitHub
parent
c89e174d26
commit
66a323425e
4
.devcontainer/Dockerfile
Normal file
4
.devcontainer/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user