We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d6bad commit afe889eCopy full SHA for afe889e
Makefile
@@ -14,6 +14,10 @@ up: build init
14
.PHONY: down
15
down:
16
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
21
22
## Initialise repository - run install-magento
23
.PHONY: init
@@ -122,7 +126,3 @@ help:
122
126
} \
123
127
}' \
124
128
$(MAKEFILE_LIST)
125
-
-.PHONY: build
-build:
- docker compose -f docker-compose.yml -f docker/${PHP}${YML_SUFFIX}.yml up -d --wait
0 commit comments