make init bug fixed

This commit is contained in:
Vincent Letourneau
2017-07-28 14:50:41 +02:00
parent 724ae343d9
commit 1e855ea84b

View File

@@ -22,7 +22,7 @@ help:
@echo " test Test application"
init:
@$(shell cp -n $(pwd)/web/app/composer.json.dist $(pwd)/web/app/composer.json)
@cp -n $(shell pwd)/web/app/composer.json.dist $(shell 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