web-ci/README.md
mrinc 64e3b38876 chore(build.yml): update matrix for hugo-version, node-version, and go-version
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
2023-07-25 11:51:07 +02:00

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`