Run a composer in Docker:
docker container run --rm \
--interactive \
--tty \
--volume "$PWD:/app" \
--user $(id -u):$(id -g) \
composer update
Andrew Dorokhov
schedule
1 min read
Run a composer in Docker:
docker container run --rm \
--interactive \
--tty \
--volume "$PWD:/app" \
--user $(id -u):$(id -g) \
composer update
Happy to help — reach out via the contacts or go straight to my Upwork profile.
work View Upwork Profile arrow_forward