try append u
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
docker build -t dolbuild:latest -f .ci/dolphin/Dockerfile .
|
docker build -t dolbuild:latest -f .ci/dolphin/Dockerfile .
|
||||||
docker run -w /app -v $(pwd):/app dolbuild:latest /bin/bash -c ' \
|
docker run -w /app -v $(pwd):/app dolbuild:latest -u $(id -u):$(id -g) /bin/bash -c ' \
|
||||||
echo "Current dir" && \
|
echo "Current dir" && \
|
||||||
realpath . && \
|
realpath . && \
|
||||||
ls -l && \
|
ls -l && \
|
||||||
|
|||||||
Reference in New Issue
Block a user