chown /opt/py-kms

This commit is contained in:
ElevenNotes
2025-02-07 10:29:05 +01:00
parent 976e5908d6
commit 8a2410c6dd

View File

@@ -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"]