first commit

This commit is contained in:
2019-01-02 11:10:32 +01:00
commit 02c5694550
8 changed files with 375 additions and 0 deletions

7
wp-cli-test.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
alias wp="docker-compose run --rm wpcli"
wp --info
exit 0