Skip to content

Commit 885eccf

Browse files
authored
Merge pull request #372 from continuouspipe/feature/fix-magento2-reliance-on-inner-function
Reinstate the full path for development_start
2 parents db3edc1 + e2d6d19 commit 885eccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

magento2/usr/local/share/container/baseimage-30.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ if [ "$IMAGE_VERSION" -ge 2 ]; then
99
PRODUCTION_ENVIRONMENT="$BUILD_PRODUCTION_ENVIRONMENT" MAGENTO_MODE="$BUILD_MAGENTO_MODE" DEVELOPMENT_MODE="$BUILD_DEVELOPMENT_MODE" do_magento2_build
1010
}
1111

12+
alias_function do_development_start do_magento2_development_start_inner
1213
do_development_start() {
13-
do_php_nginx_development_start_inner
14-
do_composer
14+
do_magento2_development_start_inner
1515
do_magento2_development_build
1616
}
1717

0 commit comments

Comments
 (0)