fix: home directory needs to be mountable as vol
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 2m5s

This commit is contained in:
Iain Learmonth 2026-05-18 10:12:26 +01:00
parent dfe8fc7ae3
commit 7edfad659b

View file

@ -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/