Initial Commit
This commit is contained in:
4
composer.sh
Normal file
4
composer.sh
Normal file
@ -0,0 +1,4 @@
|
||||
docker run --rm --interactive --tty \
|
||||
--volume "$PWD":/app \
|
||||
--user $(id -u):$(id -g) \
|
||||
composer update
|
Reference in New Issue
Block a user