aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3d200de..6b72cb0 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ 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:1.3.0 10FROM buildkite/puppeteer
11RUN npm i mocha@5 11RUN npm i mocha@5
12ENV PATH="${PATH}:/node_modules/.bin" 12ENV PATH="${PATH}:/node_modules/.bin"
13``` 13```
@@ -83,4 +83,4 @@ Running:
83 83
84``` 84```
85docker-compose -f integration-tests run tests 85docker-compose -f integration-tests run tests
86``` \ No newline at end of file 86```