mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-22 03:03:24 +01:00
4 lines
192 B
Docker
4 lines
192 B
Docker
FROM tomsquest/docker-radicale:latest
|
|
|
|
RUN python3 -m pip install git+https://github.com/Unrud/RadicaleInfCloud
|
|
COPY config.js /usr/lib/python3.7/site-packages/radicale_infcloud/web/config.js
|