rm usermap on build

This commit is contained in:
Kevin Schoon 2019-03-17 15:12:48 -04:00
parent 952ebbf1fc
commit 3d478cbcf9
1 changed files with 1 additions and 1 deletions

View File

@ -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)" ""