Files
app/composer.sh
T
Christer Warén cc46f8fff4 Initial Commit
2022-05-18 12:31:00 +03:00

5 lines
110 B
Bash

docker run --rm --interactive --tty \
--volume "$PWD":/app \
--user $(id -u):$(id -g) \
composer update