diff options
Diffstat (limited to 'scripts/local.sh')
-rw-r--r-- | scripts/local.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/local.sh b/scripts/local.sh new file mode 100644 index 0000000..bed6aaf --- /dev/null +++ b/scripts/local.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sudo docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve |