]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
Fix readme instructions
authorTim Lucas <t@toolmantim.com>
Tue, 5 Feb 2019 23:53:14 +0000 (10:53 +1100)
committerGitHub <noreply@github.com>
Tue, 5 Feb 2019 23:53:14 +0000 (10:53 +1100)
README.md

index 0e47d4e76fa1cbfc167d0c5f5fbf8a9768be76d9..20c2fd69101d269029deb88e833cf3756d9eab9e 100644 (file)
--- 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
 Dockerfile.integration-tests:
 
 ```Dockerfile
-FROM buildkite/puppeteer:version
+FROM buildkite/puppeteer:latest
 RUN  npm i mocha
 ENV  PATH="${PATH}:/node_modules/.bin"
 ```
@@ -83,6 +83,7 @@ describe('App', () => {
 
 Running:
 
-```
-docker-compose -f integration-tests run tests
+```shell
+docker-compose -f docker-compose.integration-tests.yml run tests
+ls screenshots/
 ```