mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
5 lines
112 B
Docker
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
|