Skip to content

Commit 3d478cb

Browse files
committed
rm usermap on build
1 parent 952ebbf commit 3d478cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOCKER_CMD=docker run --rm -ti --user 1000 -w /build/pomo -v $$PWD:/build/pomo
1+
DOCKER_CMD=docker run --rm -ti -w /build/pomo -v $$PWD:/build/pomo
22
DOCKER_IMAGE=pomo-build
33
VERSION ?= $(shell git describe --tags 2>/dev/null)
44
ifeq "$(VERSION)" ""

0 commit comments

Comments
 (0)