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