self-hosted/wordpress/wpcli
Lorenzo Carbonell 57bfb8227c WordPress
2022-06-21 19:38:37 +02:00

8 lines
188 B
Bash
Executable File

#!/bin/bash
docker run -it \
--rm \
-v "$(pwd)/html:/var/www/html" \
--network container:wp \
--env-file wp.env \
wordpress:cli "$@"