Skip to content

Composer Update

Michael Woodward edited this page Feb 4, 2017 · 3 revisions

Runs composer update inside the container and pulls back vendor and composer.lock to the host

Aliases:
    - cu

Usage:
    workflow composer-update [-v|-vv|-vvv]

Under the hood this will run the following command and will also pass on the verbosity flag if set

docker exec -u www-data container-name composer update -o
Clone this wiki locally