Skip to content

Commit

Permalink
新增badges,使用appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
arbing committed Jan 8, 2019
1 parent fa35adb commit cbcba5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ COPY . /app

RUN yarn install

RUN chown -R pptruser:pptruser ./node_modules

ENV PORT 8555

EXPOSE 8555
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# puppeteer-screenshot

Webpage screenshot API, using Puppeteer
<!-- [START badges] -->

[![Stars](https://img.shields.io/github/stars/arbing/puppeteer-screenshot.svg?label=Stars&style=social)](https://github.com/arbing/puppeteer-screenshot)[![Docker Automated build](https://img.shields.io/docker/automated/arbing/puppeteer-screenshot.svg)](https://hub.docker.com/r/arbing/puppeteer-screenshot)[![Docker Build Status](https://img.shields.io/docker/build/arbing/puppeteer-screenshot.svg)](https://hub.docker.com/r/arbing/puppeteer-screenshot)[![MicroBadger Size](https://img.shields.io/microbadger/image-size/arbing/puppeteer-screenshot.svg)](https://hub.docker.com/r/arbing/puppeteer-screenshot)[![MicroBadger Layers](https://img.shields.io/microbadger/layers/arbing/puppeteer-screenshot.svg)](https://hub.docker.com/r/arbing/puppeteer-screenshot)[![AppVeyor](https://img.shields.io/appveyor/ci/arbing/puppeteer-screenshot.svg)](https://ci.appveyor.com/project/arbing/puppeteer-screenshot)

- github https://github.com/arbing/puppeteer-screenshot
- docker hub https://hub.docker.com/r/arbing/puppeteer-screenshot
<!-- [END badges] -->

Webpage screenshot API, using Puppeteer

## 运行

Expand Down

0 comments on commit cbcba5e

Please sign in to comment.