From d38fa62a6d85c34f139d18833e51530ff12dd9e9 Mon Sep 17 00:00:00 2001 From: khanh97dev Date: Mon, 20 Nov 2023 08:19:37 +0700 Subject: [PATCH] update install magento --- .command/install | 1 + 1 file changed, 1 insertion(+) diff --git a/.command/install b/.command/install index a09463ac..f4537024 100755 --- a/.command/install +++ b/.command/install @@ -23,4 +23,5 @@ php /var/www/html/bin/magento setup:install \ --elasticsearch-password=$ELATIC_PASSWORD \ --elasticsearch-index-prefix=magento2 \ --elasticsearch-timeout=15 \ + --deplop_mode=$APP_ENVIRONMENT \ --cleanup-database