Skip to content

Commit

Permalink
Fix make doc (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored Feb 15, 2017
1 parent e47dd0e commit 07a7701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test:

.PHONY: doc
doc:
${RUN_ENV} phpdoc run -d lib/ -t build/docs
${RUN_ENV} phpdoc run -d lib/ -t build/docs --template=/root/composer/vendor/phpdocumentor/phpdocumentor/data/templates/clean

# Uses the preconfigured standards in .php_cs
.PHONY: lint
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ elastica:
environment:
- ES_HOST=elasticsearch
- PROXY_HOST=nginx

elasticsearch:
build: ./env/elasticsearch/
#image: ruflin/elasticsearch-elastica
Expand Down

0 comments on commit 07a7701

Please sign in to comment.