Files
writer/.devcontainer/Dockerfile
2020-04-02 15:36:27 +03:00

4 lines
59 B
Docker

FROM node:lts
RUN apt update
RUN apt install -y git zsh