File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ help:
18
18
@echo " docker-stop Stop and clear all services"
19
19
@echo " gen-certs Generate SSL certificates"
20
20
@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 "
23
23
@echo " phpmd Analyse the API with PHP Mess Detector"
24
24
@echo " test Test application"
25
25
26
26
init :
27
27
@$(shell cp -n $(shell pwd) /web/app/composer.json.dist $(shell pwd) /web/app/composer.json 2> /dev/null)
28
28
29
29
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
31
31
@make resetOwner
32
32
33
33
clean :
You can’t perform that action at this time.
0 commit comments