- run
docker build -t hugo -f Dockerfile.hugo .
- run
docker run hugo
- run
docker login
and login to hub.docker.io - run
docker tag hugo quelltexterin/hugo:v<$version>
- run
docker push quelltexterin/hugo:v<?version>
Deployment is automated with Travis. Just create a release (see Gitflow for more information), publish and finish it. Travis will build a new docker image, version is same like release version and notify sloppy about the change.
If necessary update version of quelltexterin/hugo image.
- run
docker-compose up