Files
anpdf/composer.sh
Andrey Kuvshinov 797ebaa707 add Dockerfile
2020-05-08 13:22:22 +03:00

5 lines
93 B
Bash
Executable File

#!/bin/bash
docker run --rm --interactive --tty \
--volume $PWD/app:/app \
composer "$@"