mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-31 13:05:00 +08:00
Fixed docker permission issue #1014
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
docker build . -t temp
|
||||
docker run --rm -it --entrypoint sh temp -c 'touch a'
|
||||
Reference in New Issue
Block a user