Parcourir la source

Update vuejs dependencies

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
Guillaume Lours il y a 5 ans
Parent
commit
e3aac7b58f
2 fichiers modifiés avec 549 ajouts et 522 suppressions
  1. 2 2
      vuejs/vuejs/Dockerfile
  2. 547 520
      vuejs/vuejs/yarn.lock

+ 2 - 2
vuejs/vuejs/Dockerfile

@@ -1,11 +1,11 @@
-FROM node:13.10.1-alpine
+FROM node:14.4.0-alpine
 
 
 RUN mkdir /project
 RUN mkdir /project
 WORKDIR /project
 WORKDIR /project
 
 
 COPY . .
 COPY . .
 
 
-RUN npm install -g @vue/cli
+RUN yarn global add @vue/cli
 RUN yarn install
 RUN yarn install
 ENV HOST=0.0.0.0
 ENV HOST=0.0.0.0
 CMD ["yarn", "run", "serve"]
 CMD ["yarn", "run", "serve"]

Fichier diff supprimé car celui-ci est trop grand
+ 547 - 520
vuejs/vuejs/yarn.lock


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff