From 7edfad659b6a3dda5e74826c602718ec8449818f Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 18 May 2026 10:12:26 +0100 Subject: [PATCH] fix: home directory needs to be mountable as vol --- build/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Containerfile b/build/Containerfile index ffc031f..9748430 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -23,7 +23,7 @@ RUN apt-get update \ # Create app user RUN addgroup --gid 19994 protonmail && \ - adduser --uid 19994 --gid 19994 --shell /bin/bash --home /protonmail protonmail + adduser --uid 19994 --gid 19994 --shell /bin/bash --home /data protonmail # Copy bash scripts COPY --chown=19994:19994 gpgparams entrypoint.sh /protonmail/