mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 12:01:51 +01:00
Disable TTY
This commit is contained in:
parent
e7c3aa8207
commit
cf5e05b5b4
|
@ -4,6 +4,6 @@ set -ex
|
||||||
#docker build -t localhost/tests-util build/tests-util
|
#docker build -t localhost/tests-util build/tests-util
|
||||||
docker run --init \
|
docker run --init \
|
||||||
--rm \
|
--rm \
|
||||||
-it \
|
-i \
|
||||||
-v "${PWD}:/var/www/html" \
|
-v "${PWD}:/var/www/html" \
|
||||||
localhost/tests-util wp-patch-tests
|
localhost/tests-util wp-patch-tests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user