Optimize building process

This commit is contained in:
RainLoop Team 2018-03-30 00:43:46 +03:00
parent f8a131e3bc
commit 35ef89c2a6
119 changed files with 18026 additions and 221 deletions

View file

@ -1,5 +1,6 @@
FROM node:alpine
RUN apk add --no-cache git
RUN yarn global add gulp@3.9.1
CMD ["node", "--version"]