File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2626init :
2727 @$(shell cp -n $(shell pwd) /web/app/composer.json.dist $(shell pwd) /web/app/composer.json 2> /dev/null)
2828
2929apidoc :
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
3333clean :
You can’t perform that action at this time.
0 commit comments