Skip to content

Commit afe889e

Browse files
mfilipcblanc
authored andcommitted
commad move
1 parent f8d6bad commit afe889e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ up: build init
1414
.PHONY: down
1515
down:
1616
docker compose -f docker-compose.yml -f docker/${PHP}${YML_SUFFIX}.yml down
17+
## Build and run
18+
.PHONY: build
19+
build:
20+
docker compose -f docker-compose.yml -f docker/${PHP}${YML_SUFFIX}.yml up -d --wait
1721

1822
## Initialise repository - run install-magento
1923
.PHONY: init
@@ -122,7 +126,3 @@ help:
122126
} \
123127
}' \
124128
$(MAKEFILE_LIST)
125-
126-
.PHONY: build
127-
build:
128-
docker compose -f docker-compose.yml -f docker/${PHP}${YML_SUFFIX}.yml up -d --wait

0 commit comments

Comments
 (0)