diff --git a/front/Dockerfile b/front/Dockerfile index e02c1d0..0f9fd4d 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -8,7 +8,7 @@ FROM node-base as node-prepared RUN npm install @vue/cli@5.0.8 -g COPY package.json . -COPY yarn.json . +COPY yarn.lock . RUN yarn install FROM node-prepared as vue-set