Commit 0fc5151b authored by HAYWAEL's avatar HAYWAEL

fix

parent 8302e2d5
Pipeline #27868 passed with stage
in 5 minutes 41 seconds
......@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
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
......
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