1
0
Fork 0
mirror of https://github.com/parrazam/radicale-docker.git synced 2024-09-27 00:11:59 +02:00
radicale-docker/Dockerfile

5 lines
241 B
Docker

ARG VERSION=latest
FROM tomsquest/docker-radicale:$VERSION
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