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 677fabc commit 1913b49Copy full SHA for 1913b49
1 file changed
Makefile
@@ -7,7 +7,8 @@ clean:
7
build: clean
8
docker run \
9
--rm \
10
- -v "$$(PWD)":/tmp/talon-client \
+ -u $$(id -u):$$(id -g) \
11
+ -v "$$(pwd)":/tmp/talon-client \
12
-w "/tmp/talon-client" \
13
maven:latest\
14
/bin/bash -c "mvn clean install && \
0 commit comments