3 lines
59 B
Docker

FROM node:12-alpine
RUN npm install -g gulp
RUN npm install