mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
fix: dockerfile user from UID to username
This commit is contained in:
parent
2dd7328859
commit
f57e738156
2 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ WORKDIR /app
|
|||
RUN adduser radicale --home /var/lib/radicale --system --uid 1000 --disabled-password \
|
||||
&& apk add --no-cache ca-certificates openssl
|
||||
|
||||
COPY --chown=1000 --from=builder /app/venv /app
|
||||
COPY --chown=radicale --from=builder /app/venv /app
|
||||
|
||||
# Persistent storage for data
|
||||
VOLUME /var/lib/radicale
|
||||
|
@ -28,4 +28,4 @@ EXPOSE 5232
|
|||
ENTRYPOINT [ "/app/bin/python", "/app/bin/radicale"]
|
||||
CMD ["--hosts", "0.0.0.0:5232"]
|
||||
|
||||
USER 1000
|
||||
USER radicale
|
Loading…
Add table
Add a link
Reference in a new issue