diff --git a/compose.yaml b/compose.yaml index 8f3a791..5bb13d7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 &&