1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-29 00:57:45 +02:00
bigchaindb/docs.yml
2017-01-16 08:29:17 -05: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