This commit is contained in:
Andrew Amason
2024-12-30 16:09:57 -05:00
parent 268c88b12c
commit d9b53ad63e

View File

@@ -4,7 +4,7 @@ services:
server:
image: cgr.dev/chainguard/hugo:latest
command: >
sh -c hugo new site quickstart &&
sh -c "hugo new site quickstart &&
cd quickstart &&
git init &&
git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder &&