Browse Source

skip plugins when using wp-cli

fixes #38
Girish Ramakrishnan 6 năm trước cách đây
mục cha
commit
70ef4f9388
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -2,7 +2,7 @@
 
 set -eu
 
-readonly WP="/app/code/wp --allow-root"
+readonly WP="/app/code/wp --allow-root --skip-plugins"
 
 mkdir -p /run/wordpress/sessions