Files
screeps-scripts/.devcontainer/Dockerfile
Eduardo Asenjo Rodriguez 66a323425e 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
2021-04-25 20:34:44 +03:00

5 lines
115 B
Docker

FROM node:12-alpine
RUN apk add --update --no-cache git ca-certificates openssl openssh
RUN npm install -g rollup