aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/Dockerfile.integration-tests
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2019-02-06 11:31:56 +1100
committerGitHub <noreply@github.com>2019-02-06 11:31:56 +1100
commit4e7c52141ab2170730089e93fb732aa1baba1b2f (patch)
tree4203de845f246013e763db95da3f0ea1fd4f1410 /example/Dockerfile.integration-tests
parentf2ea4b9e74b9a8110490ede83d195565f57c004d (diff)
parent9f994586f630ebc675710563f30fcf1c5bcfcf48 (diff)
downloaddocker-puppeteer-4e7c52141ab2170730089e93fb732aa1baba1b2f.tar.gz
docker-puppeteer-4e7c52141ab2170730089e93fb732aa1baba1b2f.tar.zst
docker-puppeteer-4e7c52141ab2170730089e93fb732aa1baba1b2f.zip
Merge pull request #56 from buildkite/add-example
Move example into it's own folder
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