mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Add docker support for development.
This commit is contained in:
parent
6e20d5fccc
commit
866b0ddc6d
11 changed files with 1088 additions and 709 deletions
5
.docker/node/Dockerfile
Normal file
5
.docker/node/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM node:8.4-alpine
|
||||
|
||||
RUN yarn global add gulp@3.9.1
|
||||
|
||||
CMD ["node", "--version"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue