Skip to content

Commit

Permalink
command update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed Oct 10, 2023
1 parent e05c69f commit af70764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ down:
.PHONY: init
init:
ifeq ($(filter $(PHP),$(VERSIONS)),)
docker-compose exec web dockerize -wait tcp://db:3306 -timeout 60m /usr/local/bin/install-magento
docker-compose exec -T web dockerize -wait tcp://db:3306 -timeout 60m /usr/local/bin/install-magento
else
docker-compose exec web dockerize -wait tcp://db:3306 -wait tcp://elasticsearch:9200 -timeout 60m /usr/local/bin/install-magento
docker-compose exec -T web dockerize -wait tcp://db:3306 -wait tcp://elasticsearch:9200 -timeout 60m /usr/local/bin/install-magento
endif

## -- Development Methods --
Expand Down

0 comments on commit af70764

Please sign in to comment.