Commit bbc81b29 authored by HAYWAEL's avatar HAYWAEL

fix

parent a6c49eef
Pipeline #27858 failed with stage
in 6 seconds
...@@ -8,7 +8,7 @@ WORKDIR /usr/src/app ...@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
RUN yarn config set registry https://registry.npm.taobao.org/ RUN yarn config set registry https://registry.npm.taobao.org/
COPY package.json /usr/src/app/ COPY package.json yarn.lock /usr/src/app/
RUN yarn --prod RUN yarn --prod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment