clasp/Dockerfile
Knut Ahlers fb16f84f72
Use yarn to install, works around npm bug
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-05-19 18:50:15 +02:00

10 lines
118 B
Docker

FROM node:10
RUN set -ex \
&& yarn global add @google/clasp
USER node
VOLUME ["/home/node"]
ENTRYPOINT ["clasp"]