aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2019-02-06 10:53:14 +1100
committerGitHub <noreply@github.com>2019-02-06 10:53:14 +1100
commit18046dc9b552243a6c5ab41dd4dc5c9f6a30554d (patch)
tree64b3b99a174d474fcb9a79bfc845d6ded767727d
parent7132181d8d31b1e8297fe8211db2db2d6e65a811 (diff)
downloaddocker-puppeteer-18046dc9b552243a6c5ab41dd4dc5c9f6a30554d.tar.gz
docker-puppeteer-18046dc9b552243a6c5ab41dd4dc5c9f6a30554d.tar.zst
docker-puppeteer-18046dc9b552243a6c5ab41dd4dc5c9f6a30554d.zip
Fix readme instructions
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0e47d4e..20c2fd6 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/t
9Dockerfile.integration-tests: 9Dockerfile.integration-tests:
10 10
11```Dockerfile 11```Dockerfile
12FROM buildkite/puppeteer:version 12FROM buildkite/puppeteer:latest
13RUN npm i mocha 13RUN npm i mocha
14ENV PATH="${PATH}:/node_modules/.bin" 14ENV PATH="${PATH}:/node_modules/.bin"
15``` 15```
@@ -83,6 +83,7 @@ describe('App', () => {
83 83
84Running: 84Running:
85 85
86``` 86```shell
87docker-compose -f integration-tests run tests 87docker-compose -f docker-compose.integration-tests.yml run tests
88ls screenshots/
88``` 89```