Commit 7dd6395f authored by HAYWAEL's avatar HAYWAEL

test

parent d6b6a297
Pipeline #27850 failed with stage
in 27 seconds
......@@ -8,7 +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 install egg-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