From 5cd21aa26581553810f06dba9a5038153affe5d2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Dec 2023 22:08:20 +0200 Subject: more on this --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index e5e5926..0947b78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,12 @@ RUN apk add --no-cache python3 py3-pip RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade radicale -RUN mkdir /config /collections /etc/radicale -RUN chown radicale /config /collections +RUN mkdir /auth /collections /etc/radicale +RUN chown radicale /collections COPY ./config /etc/radicale/config +COPY ./htpasswd-test /auth/htpasswd +RUN chown 700 /auth +RUN chown 600 /auth/htpasswd EXPOSE 5232 USER radicale -- cgit v1.2.3