mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-04 19:34:16 +01:00
5 lines
241 B
Docker
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
|