We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952ebbf commit 3d478cbCopy full SHA for 3d478cb
Makefile
@@ -1,4 +1,4 @@
1
-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
2
DOCKER_IMAGE=pomo-build
3
VERSION ?= $(shell git describe --tags 2>/dev/null)
4
ifeq "$(VERSION)" ""
0 commit comments