mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fixed the docker-compose command and volume for docs
This commit is contained in:
parent
9f127044e9
commit
b6c6a65f7d
@ -96,10 +96,10 @@ services:
|
|||||||
backend: localmongodb
|
backend: localmongodb
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/src/app/
|
- .:/usr/src/app/
|
||||||
command: make -C docs/server html
|
command: make -C docs/root html
|
||||||
vdocs:
|
vdocs:
|
||||||
image: nginx
|
image: nginx
|
||||||
ports:
|
ports:
|
||||||
- '33333:80'
|
- '33333:80'
|
||||||
volumes:
|
volumes:
|
||||||
- ./docs/server/build/html:/usr/share/nginx/html
|
- ./docs/root/build/html:/usr/share/nginx/html
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user