Update vuejs dependencies

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
pull/68/head
Guillaume Lours 4 years ago
parent 8e968e881c
commit e3aac7b58f
  1. 4
      vuejs/vuejs/Dockerfile
  2. 2433
      vuejs/vuejs/yarn.lock

@ -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 Load Diff
Loading…
Cancel
Save