Skip to content

Commit fa971dc

Browse files
committed
Makefile improvement
1 parent 466dbca commit fa971dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ help:
1818
@echo " docker-stop Stop and clear all services"
1919
@echo " gen-certs Generate SSL certificates"
2020
@echo " logs Follow log output"
21-
@echo " mysql-dump Create backup of whole database"
22-
@echo " mysql-restore Restore backup from whole database"
21+
@echo " mysql-dump Create backup of all databases"
22+
@echo " mysql-restore Restore backup of all databases"
2323
@echo " phpmd Analyse the API with PHP Mess Detector"
2424
@echo " test Test application"
2525

2626
init:
2727
@$(shell cp -n $(shell pwd)/web/app/composer.json.dist $(shell pwd)/web/app/composer.json 2> /dev/null)
2828

2929
apidoc:
30-
@docker-compose exec -T php ./app/vendor/bin/apigen generate app/src --destination app/doc
30+
@docker-compose exec -T php php -d memory_limit=256M -d xdebug.profiler_enable=0 ./app/vendor/bin/apigen generate app/src --destination app/doc
3131
@make resetOwner
3232

3333
clean:

0 commit comments

Comments
 (0)