Browse Source

Merge pull request #68 from glours/update_vujs_dependencies

Update VueJs dependencies
Guillaume Lours 5 years ago
parent
commit
aaa6a612e4
2 changed files with 549 additions and 522 deletions
  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
 WORKDIR /project
 
 COPY . .
 
-RUN npm install -g @vue/cli
+RUN yarn global add @vue/cli
 RUN yarn install
 ENV HOST=0.0.0.0
 CMD ["yarn", "run", "serve"]

File diff suppressed because it is too large
+ 547 - 520
vuejs/vuejs/yarn.lock


Some files were not shown because too many files changed in this diff