docker-compose-wordpress-le.../wp-cli-test.sh
2019-01-02 11:10:32 +01:00

8 lines
73 B
Bash
Executable File

#!/bin/bash
alias wp="docker-compose run --rm wpcli"
wp --info
exit 0