[php-worker] dedicated dockerfile for php 7.0/7.1

fixes #927: PHP-Worker container uses PHP-CLI 7.0.9 despite workspace using 7.1.4
This commit is contained in:
Patrick Mac Gregor
2017-08-16 11:21:04 +02:00
parent 38fb49bccc
commit 9ce470e14e
3 changed files with 83 additions and 4 deletions

View File

@ -100,6 +100,7 @@ services:
php-worker:
build:
context: ./php-worker
dockerfile: "Dockerfile-${PHP_VERSION}"
volumes_from:
- applications
depends_on: