This commit is contained in:
les 2021-07-31 15:21:58 +02:00
parent 6f797507c3
commit 13a6959a80
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -1,6 +1,6 @@
FROM node:buster
RUN yarn global remove gancio || true
RUN yarn cache clean gancio
RUN yarn cache clean
RUN yarn global add --latest --production --silent https://gancio.org/latest.tgz 2> /dev/null
ADD entrypoint.sh /
RUN chmod 755 /entrypoint.sh