mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-05 12:22:22 +08:00
Forcing yarn update
This commit is contained in:
parent
2c3d31468d
commit
4965e1a0f0
@ -1,7 +1,7 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
RUN apk add --no-cache git python2 build-base
|
||||
RUN npm i -g yarn
|
||||
RUN npm i -g --force yarn
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["help"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user