We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be07fdb commit fa1a151Copy full SHA for fa1a151
docker-compose.yml
@@ -2,11 +2,14 @@ services:
2
mkdocs:
3
build: .
4
volumes:
5
- - .:/docs
+ - .:/docs:delegated
6
- /docs/node_modules # Persist node_modules for faster subsequent builds
7
ports:
8
- "8000:8000"
9
- "35729:35729"
10
stdin_open: true
11
tty: true
12
+ environment:
13
+ - CHOKIDAR_USEPOLLING=1
14
+ - CHOKIDAR_INTERVAL=300
15
# Use container entrypoint to run processes
0 commit comments