Add --force to vue-next dockerfile since latest image version errors without it

This commit is contained in:
Wesley Wigham 2020-02-24 17:38:16 -08:00
parent 60e172d21d
commit 6d1361c192

View File

@ -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