Add a dav server, related to #68

This commit is contained in:
Pierre Jaury
2016-11-30 14:02:36 +01:00
parent ab06365f09
commit fa912e7889
5 changed files with 65 additions and 0 deletions

10
radicale/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM alpine:edge
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --update \
radicale@testing \
&& rm -rf /var/cache/apk/*
COPY radicale.conf /radicale.conf
CMD radicale -f -S -C /radicale.conf