1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/Dockerfile

13 lines
135 B
Text
Raw 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