Skip to content

Commit

Permalink
Updated README and fixed version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Dec 18, 2019
1 parent 02bb478 commit fca86da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:12.13-alpine3.10

RUN npm install -g @lhci/cli@0.3.x
RUN npm install -g @lhci/cli@0.3.7
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# lighthouse-ci-docker

[![Docker Automated build](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/r/pixboost/lighthouse-ci-cli/)

Docker image for [Lighthouse CI CLI](https://github.com/GoogleChrome/lighthouse-ci)

## Usage

We are using this image in our Bitbucket Pipeline as a step to run LH tests and upload results.

```
docker pull pixboost/lighthouse-ci-cli
```

## Advantages

* Using slim node image and trying to keep it as small as possible. Currently - 55MB
* Using tags to pin a specific lhci version

0 comments on commit fca86da

Please sign in to comment.