Fix(front): yarn.json to yarn.lock...

This commit is contained in:
Bertrand Benjamin 2023-06-08 15:10:03 +02:00
parent 55c582084f
commit db4806b7d2
1 changed files with 1 additions and 1 deletions

View File

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