mirror of
https://github.com/rancher/os.git
synced 2025-06-18 19:27:26 +00:00
7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
|
|
docker run --rm -v $(pwd)/docs:/site -p 4000:4000 andredumas/github-pages serve --watch
|
|
|