web-ci/README.md

28 lines
754 B
Markdown
Raw Normal View History

2024-06-04 17:11:03 -04:00
# Hugo Extended CI Container
2024-06-04 17:11:03 -04:00
Contains NodeJS, yarn, pnpm, npm
Specific tag versions follow this definition:
2024-06-04 17:11:03 -04:00
extended-`hugo version`-`node vesion`-`go vesion`
2024-06-04 17:12:41 -04:00
2024-06-04 17:11:03 -04:00
eg.
```
git.myco.systems/mycosystems/hugo-ci:extended-0.126.3-22-1.22.3
```
# To use
2024-06-04 17:11:03 -04:00
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
```
2023-07-25 13:49:22 +02:00
# Links
2024-06-04 17:11:03 -04:00
~~[Docker](https://hub.docker.com/r/betterweb/hugo)~~
~~[Github](https://github.com/BetterCorp/hugo)~~
[MycoSystems Packages](https://git.myco.systems/mycosystems/-/packages/container/hugo-ci/versions)