mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdocs serve &
|
|
echo "Waiting for 5 seconds to allow mkdocs server to be ready"
|
|
sleep 5
|
|
./docvalidate.py
|