2 lines
117 B
Bash
2 lines
117 B
Bash
#!/bin/bash
|
|
docker run -ti --rm --user 1000:1000 --name php-${PWD##*/} -v $(pwd):$(pwd) -w $(pwd) php:latest php "$@" |