Skip to content

Instantly share code, notes, and snippets.

version: '2'
services:
web:
build:
context: ./
dockerfile: deploy/web.docker
volumes:
- ./:/var/www
ports:
- "8081:80"
git clone --recursive git://github.com/nvie/gitflow.git
make install prefix=$HOME
PATH=$PATH:$HOME/bin
. ~/.bashrc
# Copied from http://www.alpine-lab.com/blog/installer-git-flow-dans-une-box-nitrous-io/