This commit is contained in:
les
2021-07-28 11:04:52 +02:00
parent ee2055afa7
commit 2bd5c7159a
3 changed files with 3 additions and 3 deletions

View File

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