From: Tim Lucas Date: Tue, 5 Feb 2019 23:53:14 +0000 (+1100) Subject: Fix readme instructions X-Git-Tag: v1.12.3~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=18046dc9b552243a6c5ab41dd4dc5c9f6a30554d;p=github%2Ffretlink%2Fdocker-puppeteer.git Fix readme instructions --- 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 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/ ```