1 Star 0 Fork 616

wangc113 / Sword

forked from smallchill / Sword 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Dockerfile 161 Bytes
Copy Edit Raw Blame History
smallchill authored 2019-01-01 22:20 . :tada:1.0.0-RC1.
FROM circleci/node:latest-browsers
WORKDIR /usr/src/app/
USER root
COPY package.json ./
RUN yarn
COPY ./ ./
RUN npm run test:all
CMD ["npm", "run", "build"]
JavaScript
1
https://gitee.com/wangc113/Sword.git
git@gitee.com:wangc113/Sword.git
wangc113
Sword
Sword
master

Search