1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00
Radicale/Dockerfile

13 lines
135 B
Text
Raw Permalink Normal View History

2014-10-20 00:10:19 +02:00
# Radicale Dockerfile
#
# VERSION 0.1
FROM debian
COPY . /opt/radicale
WORKDIR /opt/radicale
CMD python -u radicale.py
EXPOSE 5232