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