web-ci/README.md

32 lines
No EOL
821 B
Markdown

# Hugo Extended CI Container
Based on golang:`go version`-alpine
Contains nodejs, yarn, pnpm, npm
Specific tag versions follow this definition:
extended-`hugo version`-`node vesion`-`go vesion`
eg.
```
git.myco.systems/mycosystems/hugo-ci:extended-0.126.3-22-1.22.3
```
## To use
Run the following in your hugo directory:
```
docker run -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:extended-latest
```
To also host locally:
```
docker run -p 1313:1313 -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:extended-latest
```
## Links
- ~~[BetterWeb Docker](https://hub.docker.com/r/betterweb/hugo)~~
- ~~[BeterCorp Github](https://github.com/BetterCorp/hugo)~~
- [MycoSystems Packages](https://git.myco.systems/mycosystems/-/packages/container/hugo-ci/versions)