فهرست منبع

Disabling Temando_Shipping module to fix install issues with #249

Mark Shust 5 سال پیش
والد
کامیت
c034e32584
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      compose/bin/setup

+ 3 - 0
compose/bin/setup

@@ -97,5 +97,8 @@ bin/copyfromcontainer vendor
 echo "Generating SSL certificate..."
 bin/setup-ssl $BASE_URL
 
+echo "Disabling Temando_Shipping module to fix conflict with setup:upgrade. Re-enable at your own risk."
+bin/magento module:disable Temando_Shipping
+
 echo "Docker development environment setup complete."
 echo "You may now access your Magento instance at https://${BASE_URL}/"