From 223718d8a837672b8ca28e6c74cc48557858454e Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Tue, 17 Oct 2023 04:01:12 +0100 Subject: [PATCH] Build under regular user again Previously this didn't work because Docker still creates missing target folders as root instead of as mapped user. Manually creating the folder seems to fix that. --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 6f3b13c..60810e0 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,9 @@ else fi docker build -t web-gphoto2 -