Commit d6b6a297 authored by HAYWAEL's avatar HAYWAEL

fix

parent ee782ef5
Pipeline #27848 failed with stage
in 1 minute 50 seconds
......@@ -8,6 +8,7 @@ WORKDIR /usr/src/app
COPY package.json /usr/src/app/
RUN yarn config set registry "https://registry.npm.taobao.org/"
RUN npm install
RUN npm install node-bin
RUN npm run ci
COPY . /usr/src/app
EXPOSE 7001
......
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