Skip to content

Commit

Permalink
fix: adjust run services before Magento setup to avoid errors [#1]
Browse files Browse the repository at this point in the history
  • Loading branch information
d3p1 committed Sep 10, 2024
1 parent 130bf35 commit 8b076b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/lib/mage-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ _setup_magento_platform() {
# @link https://hub.docker.com/r/d3p1/magento-php
##
print_message "[NOTICE] Start Magento setup"
_migrate_db "$SCRIPT_DB_DUMP"
docker compose up -d
_migrate_db "$SCRIPT_DB_DUMP"
docker compose run --rm cli init 0
print_message "[NOTICE] End Magento setup"
}
Expand Down

0 comments on commit 8b076b9

Please sign in to comment.