mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-14 09:49:40 -05:00
Add --force to vue-next dockerfile since latest image version errors without it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user