Problem: docker-compose.docs.yml it outdated

It does not use the Dockerfile for the localmongodb/tendermint backends.

Solution: Use ./compose/bigchaindb-server/Dockerfile
This commit is contained in:
Sylvain Bellemare 2018-02-26 14:41:51 +01:00
parent f32649d802
commit 06cbd9e2de
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ services:
bdocs:
build:
context: .
dockerfile: ./Dockerfile-dev
dockerfile: ./compose/bigchaindb-server/Dockerfile
args:
backend: localmongodb
volumes:
- .:/usr/src/app/
command: make -C docs/server html