Adjust container server docs building commmand

This commit is contained in:
Sylvain Bellemare 2016-12-07 20:04:40 +01:00 committed by Sylvain Bellemare
parent 3bdaf60acb
commit 793883196b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
dockerfile: ./Dockerfile-dev
volumes:
- .:/usr/src/app/
command: make -C docs html
command: make -C docs/server html
vdocs:
image: nginx
ports: