diff options
author | Tim Lucas <t@toolmantim.com> | 2019-02-06 10:56:07 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 10:56:07 +1100 |
commit | 3a4b164295f12e232ec73ab052f2928c6a8b539c (patch) | |
tree | 0848b16dae1c9568b776a1b6c70e627516586ab5 /example/Dockerfile.integration-tests | |
parent | 7cb15ebab7dfb621245a6cef2344f30cdf107036 (diff) | |
download | docker-puppeteer-3a4b164295f12e232ec73ab052f2928c6a8b539c.tar.gz docker-puppeteer-3a4b164295f12e232ec73ab052f2928c6a8b539c.tar.zst docker-puppeteer-3a4b164295f12e232ec73ab052f2928c6a8b539c.zip |
Add more example files
Diffstat (limited to 'example/Dockerfile.integration-tests')
-rw-r--r-- | example/Dockerfile.integration-tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/Dockerfile.integration-tests b/example/Dockerfile.integration-tests new file mode 100644 index 0000000..41de685 --- /dev/null +++ b/example/Dockerfile.integration-tests | |||
@@ -0,0 +1,3 @@ | |||
1 | FROM buildkite/puppeteer:latest | ||
2 | RUN npm i mocha | ||
3 | ENV PATH="${PATH}:/node_modules/.bin" \ No newline at end of file | ||