From 3d478cbcf9c3bcac0bced4867813d1bb71d50cdb Mon Sep 17 00:00:00 2001 From: Kevin Schoon Date: Sun, 17 Mar 2019 15:12:48 -0400 Subject: [PATCH] rm usermap on build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0046eb..9505092 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DOCKER_CMD=docker run --rm -ti --user 1000 -w /build/pomo -v $$PWD:/build/pomo +DOCKER_CMD=docker run --rm -ti -w /build/pomo -v $$PWD:/build/pomo DOCKER_IMAGE=pomo-build VERSION ?= $(shell git describe --tags 2>/dev/null) ifeq "$(VERSION)" ""