Merge branch 'master' of github.com:alrayyes/docker-alpine-hugo-surge

This commit is contained in:
Ryan 2016-09-22 16:59:25 +02:00
commit d1caa9c283
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Docker Alpine Hugo Surge Git Bash
Minimal container with [Hugo](https://gohugo.io), [Surge client](https://www.npmjs.com/package/surge) and Git installed. Leverages [mhart/alpine-node](https://hub.docker.com/r/mhart/alpine-node/) base image. Inspired by [yunspace/alpine-hugo](https://hub.docker.com/r/yunspace/alpine-hugo/).
Minimal container with [Hugo](https://gohugo.io), [Surge client](https://www.npmjs.com/package/surge), Git & Bash installed. Built to be used with [wercker](http://wercker.com/). Leverages [mhart/alpine-node](https://hub.docker.com/r/mhart/alpine-node/) base image. Inspired by [yunspace/alpine-hugo](https://hub.docker.com/r/yunspace/alpine-hugo/).
## Usage
docker run --rm andthensome/alpine-hugo-surge-git
docker run --rm andthensome/alpine-hugo-surge-git-bash

View File

@ -1,2 +1,2 @@
alpine-hugo-surge-git:
image: 'andthensome/alpine-hugo-surge-git:latest'
alpine-hugo-surge-git-bash:
image: 'andthensome/alpine-hugo-surge-git-bash:latest'