wp2static/tools/docker_install_deps
2019-05-08 21:31:23 +07:00

5 lines
No EOL
92 B
Bash
Executable file

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