aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/Dockerfile.integration-tests
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2019-02-06 10:56:07 +1100
committerGitHub <noreply@github.com>2019-02-06 10:56:07 +1100
commit3a4b164295f12e232ec73ab052f2928c6a8b539c (patch)
tree0848b16dae1c9568b776a1b6c70e627516586ab5 /example/Dockerfile.integration-tests
parent7cb15ebab7dfb621245a6cef2344f30cdf107036 (diff)
downloaddocker-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-tests3
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 @@
1FROM buildkite/puppeteer:latest
2RUN npm i mocha
3ENV PATH="${PATH}:/node_modules/.bin" \ No newline at end of file