aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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