diff --git a/README.md b/README.md index 7f0130f..d54a263 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 5e79291..79e2bf1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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'