Author: Kevin Schoon [kevinschoon@gmail.com]
Hash: 3d478cbcf9c3bcac0bced4867813d1bb71d50cdb
Timestamp: Sun, 17 Mar 2019 19:12:48 +0000 (5 years ago)

+1 -1 +/-1 browse
rm usermap on build
1diff --git a/Makefile b/Makefile
2index a0046eb..9505092 100644
3--- a/Makefile
4+++ b/Makefile
5 @@ -1,4 +1,4 @@
6- DOCKER_CMD=docker run --rm -ti --user 1000 -w /build/pomo -v $$PWD:/build/pomo
7+ DOCKER_CMD=docker run --rm -ti -w /build/pomo -v $$PWD:/build/pomo
8 DOCKER_IMAGE=pomo-build
9 VERSION ?= $(shell git describe --tags 2>/dev/null)
10 ifeq "$(VERSION)" ""