mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 09:03:48 +08:00
6 lines
105 B
Docker
6 lines
105 B
Docker
FROM node:10.16.0-alpine
|
|
|
|
RUN apk add --no-cache git
|
|
RUN yarn global add gulp
|
|
|
|
CMD ["node", "--version"]
|