yarn cache cleaning into Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM node:buster
|
FROM node:buster
|
||||||
RUN yarn global remove gancio
|
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 --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
|
||||||
ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ]
|
ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user