fixed the docker-compose command and volume for docs

This commit is contained in:
Lana 2020-05-13 22:54:46 +07:00
parent 9f127044e9
commit b6c6a65f7d
1 changed files with 2 additions and 2 deletions

View File

@ -96,10 +96,10 @@ services:
backend: localmongodb
volumes:
- .:/usr/src/app/
command: make -C docs/server html
command: make -C docs/root html
vdocs:
image: nginx
ports:
- '33333:80'
volumes:
- ./docs/server/build/html:/usr/share/nginx/html
- ./docs/root/build/html:/usr/share/nginx/html