aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2019-02-06 11:13:02 +1100
committerTim Lucas <t@toolmantim.com>2019-02-06 11:31:40 +1100
commit9f994586f630ebc675710563f30fcf1c5bcfcf48 (patch)
tree4203de845f246013e763db95da3f0ea1fd4f1410
parent681119712246b95e6818742db1fa15172e4a6ee3 (diff)
downloaddocker-puppeteer-add-example.tar.gz
docker-puppeteer-add-example.tar.zst
docker-puppeteer-add-example.zip
Update docker-compose.integration-tests.ymladd-example
-rw-r--r--example/docker-compose.integration-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/docker-compose.integration-tests.yml b/example/docker-compose.integration-tests.yml
index 65ed241..074f4d1 100644
--- a/example/docker-compose.integration-tests.yml
+++ b/example/docker-compose.integration-tests.yml
@@ -7,7 +7,7 @@ services:
7 volumes: 7 volumes:
8 - "./integration-tests:/integration-tests" 8 - "./integration-tests:/integration-tests"
9 - "./screenshots:/screenshots" 9 - "./screenshots:/screenshots"
10 command: mocha --recursive /integration-tests 10 command: "wait-for-it.sh app:80 -- mocha --recursive /integration-tests"
11 links: 11 links:
12 - app 12 - app
13 app: 13 app: