0 Star 0 Fork 43

foresightyj / ant-design

forked from ant-design / ant-design 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.ui-test 149 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM buildkite/puppeteer:latest
RUN mkdir /app
WORKDIR /app
COPY package.json ./
RUN npm install
ENV PATH="${PATH}:/app/node_modules/.bin"
COPY . .
JavaScript
1
https://gitee.com/fht_foresightyj/ant-design.git
git@gitee.com:fht_foresightyj/ant-design.git
fht_foresightyj
ant-design
ant-design
master

搜索帮助