From fdb2e9a7c5af0bbb1b971ec0a4c6964298c42e5d Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Mon, 30 Dec 2024 16:13:20 -0500 Subject: [PATCH] tweak commands --- compose.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compose.yaml b/compose.yaml index ab7817c..3de00fe 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,12 +4,12 @@ services: server: image: klakegg/hugo:latest command: > - sh -c "hugo new site quickstart && - cd quickstart && - git init && - git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder && - echo 'theme = "hugo-coder"' >> hugo.toml && - hugo serve --bind 0.0.0.0 --port 8080" + hugo new site quickstart && + cd quickstart && + git init && + git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder && + echo 'theme = "hugo-coder"' >> hugo.toml && + hugo serve --bind 0.0.0.0 --port 8080" #command: server -D volumes: