fix #123
This commit is contained in:
parent
6f797507c3
commit
13a6959a80
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM node:buster
|
FROM node:buster
|
||||||
RUN yarn global remove gancio || true
|
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
|
RUN yarn global add --latest --production --silent https://gancio.org/latest.tgz 2> /dev/null
|
||||||
ADD entrypoint.sh /
|
ADD entrypoint.sh /
|
||||||
RUN chmod 755 /entrypoint.sh
|
RUN chmod 755 /entrypoint.sh
|
||||||
|
|
Loading…
Reference in a new issue