mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
7 lines
105 B
Docker
7 lines
105 B
Docker
FROM node:10.16.0-alpine
|
|
|
|
RUN apk add --no-cache git
|
|
RUN yarn global add gulp
|
|
|
|
CMD ["node", "--version"]
|