mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-09 00:12:40 +01:00
Add passthrough 'wp' script that adds --allow-root and --path arguments to wp-cli
This commit is contained in:
3
rootfs/usr/local/bin/wp
Normal file
3
rootfs/usr/local/bin/wp
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
/usr/local/bin/wp-cli --allow-root --path="/var/www/${WEB_ROOT}" "$@"
|
||||
Reference in New Issue
Block a user