diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ 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:1.3.0 | 10 | FROM buildkite/puppeteer |
11 | RUN npm i mocha@5 | 11 | RUN npm i mocha@5 |
12 | ENV PATH="${PATH}:/node_modules/.bin" | 12 | ENV PATH="${PATH}:/node_modules/.bin" |
13 | ``` | 13 | ``` |
@@ -83,4 +83,4 @@ Running: | |||
83 | 83 | ||
84 | ``` | 84 | ``` |
85 | docker-compose -f integration-tests run tests | 85 | docker-compose -f integration-tests run tests |
86 | ``` \ No newline at end of file | 86 | ``` |