From 21cda0eba01347cf48005e6a784dbeb3af542c4d Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 18 Jul 2024 11:08:23 -0400 Subject: [PATCH] remove to use --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 36f723e..8163b16 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,9 @@ Based on alpine:3.20 Contains nodejs, hugo, rsync `hugo-ci:-` -## To use - -Run the following in your hugo directory: - - docker run -v .:/home/app -ti --network=host codeberg.org/mycosys/hugo-ci:latest - -To also host locally: - - docker run -p 1313:1313 -v .:/home/app -ti --network=host codeberg.org/mycosys/hugo-ci:latest - ## Building -Building requires docker, buildx. Nodejs is included in the ci workflow becuase of it's use in many actions scripts. +Building requires docker, buildx. Nodejs is included in the ci workflow becuase of it's use in many actions scripts, but it is not necessary for local building. I recommend changing the option `JOBS` in the Dockerfile as the current number is optimized for a custom KVM machine that's being used as our runner. Our runner is given these resources: