diff --git a/services/web/Makefile b/services/web/Makefile index 7475559814..372b3c7e48 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -578,6 +578,7 @@ sentry_upload: MONOREPO=$(shell cd ../../ && pwd) sentry_upload: docker run --rm \ --volume $(MONOREPO):$(MONOREPO) --workdir $(PWD) \ + --user "$(shell id -u):$(shell id -g)" \ --env BRANCH_NAME --env SENTRY_RELEASE \ --entrypoint bin/sentry_upload \ $(SENTRY_IMAGE)