self-hosted/wordpress/wpcli

8 lines
188 B
Plaintext
Raw Normal View History

2022-06-21 19:38:37 +02:00
#!/bin/bash
docker run -it \
--rm \
-v "$(pwd)/html:/var/www/html" \
--network container:wp \
--env-file wp.env \
wordpress:cli "$@"