diff --git a/hugo.sh b/hugo.sh index 790a9d0..551a052 100755 --- a/hugo.sh +++ b/hugo.sh @@ -3,6 +3,8 @@ HUGO_VERSION="0.145.0" docker run \ + --name devies-blog \ + --rm \ -p 1313:1313 \ -v ${PWD}:/src \ hugomods/hugo:exts-"$HUGO_VERSION" "$@"