Skip to content

Instantly share code, notes, and snippets.

View lucasvanlierop's full-sized avatar

Lucas van Lierop lucasvanlierop

View GitHub Profile
@lucasvanlierop
lucasvanlierop / Makefile
Created February 2, 2018 11:40
Example Make file to wrap docker-compose up
export HOST_UID=$(shell id -u)
export HOST_GID=$(shell id -g)
SHELL=/bin/bash
# Watch out, Make expects TAB indentation!
up:
docker-compose up