set group in COPY
This commit is contained in:
committed by
Peter Bieringer
parent
8891f1ab89
commit
98bac38006
@@ -20,7 +20,7 @@ WORKDIR /app
|
||||
RUN adduser radicale --home /var/lib/radicale --system --uid 1000 --disabled-password \
|
||||
&& apk add --no-cache ca-certificates openssl
|
||||
|
||||
COPY --chown=radicale --from=builder /app/venv /app
|
||||
COPY --chown=radicale:nogroup --from=builder /app/venv /app
|
||||
|
||||
# Persistent storage for data
|
||||
VOLUME /var/lib/radicale
|
||||
|
||||
Reference in New Issue
Block a user