We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d012e4 + e284296 commit 49453e2Copy full SHA for 49453e2
magento2/usr/local/share/container/baseimage-30.sh
@@ -5,6 +5,7 @@ if [ "$IMAGE_VERSION" -ge 2 ]; then
5
6
alias_function do_build do_magento2_build_inner
7
do_build() {
8
+ do_magento_build_start_mysql
9
do_magento2_build_inner
10
PRODUCTION_ENVIRONMENT="$BUILD_PRODUCTION_ENVIRONMENT" MAGENTO_MODE="$BUILD_MAGENTO_MODE" DEVELOPMENT_MODE="$BUILD_DEVELOPMENT_MODE" do_magento2_build
11
}
magento2/usr/local/share/magento2/magento_functions.sh
@@ -457,8 +457,6 @@ function do_magento_create_admin_user() (
457
)
458
459
function do_magento2_build() {
460
-
461
- do_magento_build_start_mysql
462
do_magento_create_web_writable_directories
463
do_magento_frontend_build
464
do_magento_frontend_cache_clean
0 commit comments