mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
2636aac9ca
* test: ui test with github action * remove site dependOn * use job * reset yaml
7 lines
133 B
Docker
7 lines
133 B
Docker
FROM buildkite/puppeteer:v3.0.4
|
|
RUN mkdir /app
|
|
WORKDIR /app
|
|
COPY package.json ./
|
|
ENV PATH="${PATH}:/app/node_modules/.bin"
|
|
COPY . .
|