We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c17dff + 4369be6 commit 8d012e4Copy full SHA for 8d012e4
1 file changed
magento2/usr/local/share/container/baseimage-30.sh
@@ -9,6 +9,12 @@ if [ "$IMAGE_VERSION" -ge 2 ]; then
9
PRODUCTION_ENVIRONMENT="$BUILD_PRODUCTION_ENVIRONMENT" MAGENTO_MODE="$BUILD_MAGENTO_MODE" DEVELOPMENT_MODE="$BUILD_DEVELOPMENT_MODE" do_magento2_build
10
}
11
12
+ alias_function do_start do_magento2_start_inner
13
+ do_start() {
14
+ do_magento2_start_inner
15
+ do_composer_config
16
+ }
17
+
18
alias_function do_development_start do_magento2_development_start_inner
19
do_development_start() {
20
do_magento2_development_start_inner
0 commit comments