mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-22 09:53:27 +01:00
5 lines
192 B
Text
5 lines
192 B
Text
|
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
|