Commit 5e12fbd0 authored by HAYWAEL's avatar HAYWAEL

test

parent c5c0059e
Pipeline #27844 failed with stage
in 1 minute 46 seconds
......@@ -7,8 +7,8 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY package.json /usr/src/app/
RUN yarn config set registry "https://registry.npm.taobao.org/"
RUN yarn install
RUN yarn run ci
RUN npm install
RUN npm run ci
COPY . /usr/src/app
EXPOSE 7001
CMD [ "yarn", "docker" ]
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