mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 14:13:27 +01:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
set -ex
|
||
|
|
||
|
#docker build -t localhost/tests-util build/tests-util
|
||
|
docker run --init \
|
||
|
--rm \
|
||
|
-it \
|
||
|
-v "${PWD}:/var/www/html" \
|
||
|
localhost/tests-util wp-patch-tests
|