Skip to content

Commit

Permalink
rm usermap on build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoon committed Mar 17, 2019
1 parent 952ebbf commit 3d478cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)" ""
Expand Down

0 comments on commit 3d478cb

Please sign in to comment.