5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run --rm --interactive --tty \
|
|
--volume $PWD/app:/app \
|
|
composer "$@" |