1
0
Fork 0
mirror of https://github.com/parrazam/radicale-docker.git synced 2024-12-26 16:42:25 +01:00
radicale-docker/Dockerfile

5 lines
240 B
Docker

ARG VERSION=latest
FROM tomsquest/docker-radicale:3.1.9.1
RUN python3 -m pip install --upgrade https://github.com/Unrud/RadicaleInfCloud/archive/master.tar.gz
COPY config.js /usr/lib/python3.7/site-packages/radicale_infcloud/web/config.js