浏览代码

Flush cache after disabling Temando_Shipping module #249

Mark Shust 5 年之前
父节点
当前提交
e7cfe43ce6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compose/bin/setup

+ 1 - 0
compose/bin/setup

@@ -99,6 +99,7 @@ bin/setup-ssl $BASE_URL
 
 
 echo "Disabling Temando_Shipping module to fix conflict with deploying sample data. Re-enable at your own risk."
 echo "Disabling Temando_Shipping module to fix conflict with deploying sample data. Re-enable at your own risk."
 bin/clinotty bin/magento module:disable Temando_Shipping
 bin/clinotty bin/magento module:disable Temando_Shipping
+bin/clinotty bin/magento cache:flush
 
 
 echo "Docker development environment setup complete."
 echo "Docker development environment setup complete."
 echo "You may now access your Magento instance at https://${BASE_URL}/"
 echo "You may now access your Magento instance at https://${BASE_URL}/"