mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Add --force to vue-next dockerfile since latest image version errors without it
This commit is contained in:
parent
60e172d21d
commit
6d1361c192
@ -1,5 +1,5 @@
|
||||
FROM node:current
|
||||
RUN npm install -g yarn lerna
|
||||
RUN npm install -g yarn lerna --force
|
||||
RUN git clone https://github.com/vuejs/vue-next.git /vue-next
|
||||
WORKDIR /vue-next
|
||||
RUN git pull
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user