mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
create radicale group
This commit is contained in:
parent
f05753be71
commit
a8a7e23a37
2 changed files with 6 additions and 4 deletions
|
@ -17,10 +17,11 @@ FROM python:3-alpine
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN adduser radicale --home /var/lib/radicale --system --uid 1000 --disabled-password \
|
||||
RUN addgroup radicale \
|
||||
&& adduser radicale --home /var/lib/radicale --system --uid 1000 --disabled-password -G radicale \
|
||||
&& apk add --no-cache ca-certificates openssl
|
||||
|
||||
COPY --chown=radicale:nogroup --from=builder /app/venv /app
|
||||
COPY --chown=radicale:radicale --from=builder /app/venv /app
|
||||
|
||||
# Persistent storage for data
|
||||
VOLUME /var/lib/radicale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue