diff options
author | Tim Lucas <t@toolmantim.com> | 2019-02-06 10:53:14 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 10:53:14 +1100 |
commit | 18046dc9b552243a6c5ab41dd4dc5c9f6a30554d (patch) | |
tree | 64b3b99a174d474fcb9a79bfc845d6ded767727d /README.md | |
parent | 7132181d8d31b1e8297fe8211db2db2d6e65a811 (diff) | |
download | docker-puppeteer-18046dc9b552243a6c5ab41dd4dc5c9f6a30554d.tar.gz docker-puppeteer-18046dc9b552243a6c5ab41dd4dc5c9f6a30554d.tar.zst docker-puppeteer-18046dc9b552243a6c5ab41dd4dc5c9f6a30554d.zip |
Fix readme instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -9,7 +9,7 @@ See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/t | |||
9 | Dockerfile.integration-tests: | 9 | Dockerfile.integration-tests: |
10 | 10 | ||
11 | ```Dockerfile | 11 | ```Dockerfile |
12 | FROM buildkite/puppeteer:version | 12 | FROM buildkite/puppeteer:latest |
13 | RUN npm i mocha | 13 | RUN npm i mocha |
14 | ENV PATH="${PATH}:/node_modules/.bin" | 14 | ENV PATH="${PATH}:/node_modules/.bin" |
15 | ``` | 15 | ``` |
@@ -83,6 +83,7 @@ describe('App', () => { | |||
83 | 83 | ||
84 | Running: | 84 | Running: |
85 | 85 | ||
86 | ``` | 86 | ```shell |
87 | docker-compose -f integration-tests run tests | 87 | docker-compose -f docker-compose.integration-tests.yml run tests |
88 | ls screenshots/ | ||
88 | ``` | 89 | ``` |