Files
anpdf/composer.sh

5 lines
95 B
Bash
Raw Normal View History

2020-04-01 21:28:46 +03:00
#!/bin/bash
docker run --rm --interactive --tty \
--volume $PWD/app:/app \
composer update