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