소스 검색

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."
 bin/clinotty bin/magento module:disable Temando_Shipping
+bin/clinotty bin/magento cache:flush
 
 echo "Docker development environment setup complete."
 echo "You may now access your Magento instance at https://${BASE_URL}/"