Add CHANGE_SOURCE option for php-worker

This commit is contained in:
zill057
2019-10-28 17:15:31 +08:00
parent c09261e99e
commit 51d821b35f
2 changed files with 9 additions and 0 deletions

View File

@ -222,6 +222,7 @@ services:
build:
context: ./php-worker
args:
- CHANGE_SOURCE=${CHANGE_SOURCE}
- PHP_VERSION=${PHP_VERSION}
- PHALCON_VERSION=${PHALCON_VERSION}
- INSTALL_PGSQL=${PHP_WORKER_INSTALL_PGSQL}