clean yarn cache in Dockerfile to force upgrade
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM node:buster
|
FROM node:buster
|
||||||
RUN yarn global add --silent https://gancio.org/latest.tgz 2> /dev/null
|
RUN yarn cache clean
|
||||||
|
RUN yarn global add --latest --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
|
||||||
|
|||||||
Reference in New Issue
Block a user