gancio-upstream/docs/docker/Dockerfile

7 lines
182 B
Text
Raw Normal View History

FROM node:buster
RUN yarn global add --silent https://gancio.org/latest.tgz 2> /dev/null
2021-07-01 10:56:12 +02:00
ADD entrypoint.sh /
RUN chmod 755 /entrypoint.sh
ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ]