improve docs

This commit is contained in:
lesion
2022-03-11 20:54:10 +01:00
parent bafc748799
commit 4099aed395
3 changed files with 3 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
FROM node:17.4-slim
RUN yarn global remove gancio || true
RUN yarn cache clean
RUN yarn global add --latest --production --silent https://gancio.org/latest.tgz 2> /dev/null
RUN yarn global add --latest --production --silent https://gancio.org/latest.tgz
ADD entrypoint.sh /
RUN chmod 755 /entrypoint.sh
ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ]