diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2022-09-12 15:49:37 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2022-09-12 15:50:09 +0200 |
| commit | 6872e78238e967fe06657658245079bffc73db03 (patch) | |
| tree | 27e83577d8fad741e11cb69acc97a070c2083743 /docker-compose.yml | |
| parent | 5479e3362ca66d1e485d7585f08f439c6fdeb20b (diff) | |
| download | smarty-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.yml | 1 |
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 |
