diff options
author | Tim Lucas <t@toolmantim.com> | 2018-06-12 23:03:11 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-12 23:03:11 +1000 |
commit | fc50f70d021bf986ef0422674231d8168a748529 (patch) | |
tree | 482a0e234c31e8e46e821a87e58c59c23235970d | |
parent | e325e71d58584cb625822b092bc6afbdf7369761 (diff) | |
download | docker-puppeteer-fc50f70d021bf986ef0422674231d8168a748529.tar.gz docker-puppeteer-fc50f70d021bf986ef0422674231d8168a748529.tar.zst docker-puppeteer-fc50f70d021bf986ef0422674231d8168a748529.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ A base image for running Puppeteer scripts. Add your own tools (such as Jest, Mo | |||
7 | Dockerfile.integration-tests: | 7 | Dockerfile.integration-tests: |
8 | 8 | ||
9 | ```Dockerfile | 9 | ```Dockerfile |
10 | FROM buildkite/puppeteer | 10 | FROM buildkite/puppeteer:version |
11 | RUN npm i mocha@5 | 11 | RUN npm i mocha |
12 | ENV PATH="${PATH}:/node_modules/.bin" | 12 | ENV PATH="${PATH}:/node_modules/.bin" |
13 | ``` | 13 | ``` |
14 | 14 | ||