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

View File

@ -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