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