mirror of
https://github.com/alrayyes/docker-alpine-hugo-surge-git-bash
synced 2023-11-14 15:56:27 +00:00
Merge branch 'master' of github.com:alrayyes/docker-alpine-hugo-surge
This commit is contained in:
commit
d1caa9c283
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user