Commit 96e15314 authored by Jens Segers's avatar Jens Segers

🐳 Provide default docker arg

parent d2fe7da8
ARG PHP_VERSION ARG PHP_VERSION=7.2
FROM php:${PHP_VERSION}-cli FROM php:${PHP_VERSION}-cli
......
...@@ -9,8 +9,6 @@ services: ...@@ -9,8 +9,6 @@ services:
volumes: volumes:
- .:/code - .:/code
working_dir: /code working_dir: /code
environment:
PHP_VERSION: 7.1
command: bash -c "composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit" command: bash -c "composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit"
depends_on: depends_on:
- mysql - mysql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment