web-ci/README.md
brooke 80c8142696
Some checks failed
Build And Publish Docker / build (push) Has been cancelled
update readme
2024-06-08 05:45:07 -04:00

613 B

Hugo Extended CI Container

Based on alpine:3.20

Contains nodejs, hugo, npm, rsync

To use

Run the following in your hugo directory:

docker run -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:latest

To also host locally:

docker run -p 1313:1313 -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:latest