1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-10 20:05:02 +02:00
bigchaindb/docker-compose.docs.yml
2017-08-02 17:38:18 +02:00

17 lines
295 B
YAML

version: '2'
services:
bdocs:
build:
context: .
dockerfile: ./Dockerfile-dev
volumes:
- .:/usr/src/app/
command: make -C docs/server html
vdocs:
image: nginx
ports:
- '33333:80'
volumes:
- ./docs/server/build/html:/usr/share/nginx/html