diff options
Diffstat (limited to 'hugo-watch.ps1')
-rw-r--r-- | hugo-watch.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hugo-watch.ps1 b/hugo-watch.ps1 new file mode 100644 index 0000000..809d008 --- /dev/null +++ b/hugo-watch.ps1 @@ -0,0 +1 @@ +docker run --rm -it -v "$(Get-Location):/src/homepage" -p 1313:1313 klakegg/hugo:alpine serve -D --poll 700ms -s /src/homepage
\ No newline at end of file |