small fixes

This commit is contained in:
Vincent Letourneau
2017-07-27 20:00:22 +02:00
parent 12cf097153
commit 21ae04f12d

View File

@@ -20,7 +20,7 @@ help:
@echo " test Test application"
init:
@cp $(PWD)/web/app/composer.json.dist $(PWD)/web/app/composer.json
@$(shell cp -n $(PWD)/web/app/composer.json.dist $(PWD)/web/app/composer.json)
apidoc:
@docker exec -i $(shell docker-compose ps -q php) php ./app/vendor/apigen/apigen/bin/apigen generate -s app/src -d app/doc