From 8a2410c6dd4f528cfc621f6bfc7eb6c723199809 Mon Sep 17 00:00:00 2001 From: ElevenNotes Date: Fri, 7 Feb 2025 10:29:05 +0100 Subject: [PATCH] chown /opt/py-kms --- arch.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch.dockerfile b/arch.dockerfile index 14ff366..dcd27a5 100644 --- a/arch.dockerfile +++ b/arch.dockerfile @@ -68,7 +68,8 @@ RUN set -ex; \ chmod +x -R /usr/local/bin; \ chown -R 1000:1000 \ - ${APP_ROOT}; + ${APP_ROOT} \ + /opt/py-kms; # :: Volumes VOLUME ["${APP_ROOT}/var"]