vdirsyncer/docker/radicale/Dockerfile
2020-06-09 09:49:16 +02:00

5 lines
112 B
Docker

FROM python:3.8
RUN pip install radicale
CMD radicale --storage-filesystem-folder /tmp/dav -H 0.0.0.0:8001 -D