Files
anpdf/composer.sh

5 lines
93 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 \
2020-05-08 13:22:22 +03:00
composer "$@"