2 lines
89 B
Docker
2 lines
89 B
Docker
FROM node:buster
|
|
RUN yarn global add --silent https://gancio.org/latest.tgz 2> /dev/null
|