]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
Update docker-compose.integration-tests.yml add-example
authorTim Lucas <t@toolmantim.com>
Wed, 6 Feb 2019 00:13:02 +0000 (11:13 +1100)
committerTim Lucas <t@toolmantim.com>
Wed, 6 Feb 2019 00:31:40 +0000 (11:31 +1100)
example/docker-compose.integration-tests.yml

index 65ed241d6cbcfc3d32043418f5381169a4f8c509..074f4d12fc48342cbc65ed918f50e65e91a74bad 100644 (file)
@@ -7,7 +7,7 @@ services:
     volumes:
       - "./integration-tests:/integration-tests"
       - "./screenshots:/screenshots"
-    command: mocha --recursive /integration-tests
+    command: "wait-for-it.sh app:80 -- mocha --recursive /integration-tests"
     links:
       - app
   app: