Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Jan 10, 2024
2 parents e386e30 + 0f6b6a5 commit 148fb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/px-cloud-build-install
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cp -a ${DIST_DIR}/magento-vars.php ${DIST_DIR}/helm ${MAGENTO_ROOT}/
cp -a ${DIST_DIR}/../../magento2-ece-tools/dist/.magento.env.yaml ${MAGENTO_ROOT}/
cp -a ${DIST_DIR}/magento2-bin/* ${MAGENTO_ROOT}/bin/
cp -a ${DIST_DIR}/helm/* ${INSTALL_DIR}/helm/
cd ${MAGENTO_ROOT}; vendor/bin/composer config apcu-autoloader true; cd ${INSTALL_DIR}
vendor/bin/composer config apcu-autoloader true

if [ ! -f ${MAGENTO_ROOT}/app/etc/config.php ]; then
cp -a ${DIST_DIR}/config.php ${MAGENTO_ROOT}/app/etc/config.php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "phoenix-media/magento2-cloud-build",
"description": "Dockerfile, configurations and scripts to build Magento2 Docker images.",
"type": "library",
"version": "1.0.28",
"version": "1.0.29",
"license": [
"OSL-3.0"
],
Expand Down

0 comments on commit 148fb9b

Please sign in to comment.