24 lines
No EOL
613 B
Markdown
24 lines
No EOL
613 B
Markdown
# 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
|
|
```
|
|
|
|
## 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) |