tweak commands
This commit is contained in:
12
compose.yaml
12
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:
|
||||
|
||||
Reference in New Issue
Block a user