This is a Docker image of for the Hugo Static Page generator
docker build . -t openitcockpit/hugo:latest
docker run --rm -v /path/to/local/hugo:/src openitcockpit/hugo
You can find the final build files insode of /path/to/local/hugo/public
Docker image for the Hugo static page generator
Repository from Github https://github.comopenITCOCKPIT/hugo-docker
This is a Docker image of for the Hugo Static Page generator
docker build . -t openitcockpit/hugo:latest
docker run --rm -v /path/to/local/hugo:/src openitcockpit/hugo
You can find the final build files insode of /path/to/local/hugo/public
Docker image for the Hugo static page generator