chore(build.yml): update build-args and tags for docker build chore(Dockerfile): add NODE_VERSION argument and update wget and tar commands chore(README.md): update README with information about the latest docker container and usage instructions
14 lines
408 B
Markdown
14 lines
408 B
Markdown
# 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`
|
|
To also host locally: `docker run -p 8080:8080 -v .:/home/app -ti --network=host betterweb/hugo:latest`
|