mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
6 lines
103 B
Docker
6 lines
103 B
Docker
FROM node:alpine
|
|
|
|
RUN apk add --no-cache git
|
|
RUN yarn global add gulp@3.9.1
|
|
|
|
CMD ["node", "--version"]
|