Skip to content

Commit 7a49b39

Browse files
committed
Php-cli workdir changed
1 parent e6f1fd6 commit 7a49b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
docker run -it --rm --name oa-php-cli -v "$PWD"/script:/var/www/script -w /var/www/script oa-php-fpm php -m
3+
docker run -it --rm --name oa-php-cli -v "$PWD"/www:/var/www/script -w /var/www/script oa-php-fpm php "$@"

0 commit comments

Comments
 (0)