add composer
This commit is contained in:
5
composer.sh
Normal file
5
composer.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker run --rm --interactive --tty \
|
||||||
|
--volume $PWD/app:/app \
|
||||||
|
composer update
|
||||||
Reference in New Issue
Block a user