fix: home directory needs to be mountable as vol
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 2m5s
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 2m5s
This commit is contained in:
parent
dfe8fc7ae3
commit
7edfad659b
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue