rm usermap on build
This commit is contained in:
parent
952ebbf1fc
commit
3d478cbcf9
2
Makefile
2
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
|
DOCKER_IMAGE=pomo-build
|
||||||
VERSION ?= $(shell git describe --tags 2>/dev/null)
|
VERSION ?= $(shell git describe --tags 2>/dev/null)
|
||||||
ifeq "$(VERSION)" ""
|
ifeq "$(VERSION)" ""
|
||||||
|
|
Loading…
Reference in New Issue