Fix(front): yarn.json to yarn.lock...
This commit is contained in:
parent
55c582084f
commit
db4806b7d2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user