From 13a6959a8085f06b8634662cac5ec5e2c0f92837 Mon Sep 17 00:00:00 2001 From: les Date: Sat, 31 Jul 2021 15:21:58 +0200 Subject: [PATCH] fix #123 --- docs/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker/Dockerfile b/docs/docker/Dockerfile index cf924a82..081740e8 100644 --- a/docs/docker/Dockerfile +++ b/docs/docker/Dockerfile @@ -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