Add docker support for development.

This commit is contained in:
RainLoop 2018-02-27 01:59:21 +03:00 committed by RainLoop Team
parent 6e20d5fccc
commit 866b0ddc6d
11 changed files with 1088 additions and 709 deletions

5
.docker/node/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM node:8.4-alpine
RUN yarn global add gulp@3.9.1
CMD ["node", "--version"]