Fixed docker permission issue #1014

This commit is contained in:
Mike Farah
2021-12-02 20:06:51 +11:00
parent 855b3c4b47
commit adb6144606
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#! /bin/bash
set -e
docker build . -t temp
docker run --rm -it --entrypoint sh temp -c 'touch a'