aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2018-06-12 23:03:11 +1000
committerGitHub <noreply@github.com>2018-06-12 23:03:11 +1000
commitfc50f70d021bf986ef0422674231d8168a748529 (patch)
tree482a0e234c31e8e46e821a87e58c59c23235970d
parente325e71d58584cb625822b092bc6afbdf7369761 (diff)
downloaddocker-puppeteer-fc50f70d021bf986ef0422674231d8168a748529.tar.gz
docker-puppeteer-fc50f70d021bf986ef0422674231d8168a748529.tar.zst
docker-puppeteer-fc50f70d021bf986ef0422674231d8168a748529.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6b72cb0..e79ed4a 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ A base image for running Puppeteer scripts. Add your own tools (such as Jest, Mo
7Dockerfile.integration-tests: 7Dockerfile.integration-tests:
8 8
9```Dockerfile 9```Dockerfile
10FROM buildkite/puppeteer 10FROM buildkite/puppeteer:version
11RUN npm i mocha@5 11RUN npm i mocha
12ENV PATH="${PATH}:/node_modules/.bin" 12ENV PATH="${PATH}:/node_modules/.bin"
13``` 13```
14 14