2023-07-25 11:51:07 +02:00
|
|
|
# hugo extended
|
|
|
|
|
|
|
|
Contains NodeJS, yarn, pnpm, npm
|
|
|
|
|
|
|
|
latest docker container contains:
|
|
|
|
|
|
|
|
|
|
|
|
Specific tag versions follow this definition:
|
|
|
|
`hugo version`-`node vesion`-`go vesion`
|
|
|
|
|
|
|
|
# To use
|
|
|
|
|
|
|
|
Run the following in your hugo directory: `docker run -v .:/home/app -ti --network=host betterweb/hugo:latest`
|
2023-07-25 13:38:20 +02:00
|
|
|
To also host locally: `docker run -p 1313:1313 -v .:/home/app -ti --network=host betterweb/hugo:latest`
|