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/