summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2022-09-12 15:49:37 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2022-09-12 15:50:09 +0200
commit6872e78238e967fe06657658245079bffc73db03 (patch)
tree27e83577d8fad741e11cb69acc97a070c2083743 /docker-compose.yml
parent5479e3362ca66d1e485d7585f08f439c6fdeb20b (diff)
downloadsmarty-6872e78238e967fe06657658245079bffc73db03.tar.gz
smarty-6872e78238e967fe06657658245079bffc73db03.tar.bz2
smarty-6872e78238e967fe06657658245079bffc73db03.zip
Utility script for running unit tests on all PHP versions locally
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 8ba90328..86a45378 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,6 +3,7 @@ services:
base:
build:
context: .
+ dockerfile: ./utilities/testrunners/php71/Dockerfile
volumes:
- .:/app
working_dir: /app