feat(PyPI): use toml and build for jumpavg
[csit.git] / csit.infra.hugo / docker-compose.yaml
index 2b6593c..9799023 100644 (file)
@@ -2,7 +2,7 @@ version: "3"
 services:
   cdocs-init:
     image: "klakegg/hugo:ext-alpine"
-    command: "mod get -u"
+    command: "mod get github.com/alex-shpak/hugo-book@v0.0.0-20230424134111-d86d5e70c7c0"
     volumes:
       - "../docs:/src"
   cdocs-build:
@@ -11,7 +11,7 @@ services:
       - "cdocs-init"
     volumes:
       - "../docs:/src"
-      - "../csit.infra.dash:/cdash"
+      - "../csit.infra.dash:/csit.infra.dash"
   cdocs-run:
     image: "klakegg/hugo:ext-alpine"
     command: "server --minify"