]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/blobdiff - example/docker-compose.integration-tests.yml
Update docker-compose.integration-tests.yml
[github/fretlink/docker-puppeteer.git] / 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: