Create Dockerfile

This commit is contained in:
Christoph Witzany 2014-10-20 00:10:19 +02:00
parent 788b775c32
commit 806183b5b7

12
Dockerfile Normal file
View File

@ -0,0 +1,12 @@
# Radicale Dockerfile
#
# VERSION 0.1
FROM debian
COPY . /opt/radicale
WORKDIR /opt/radicale
CMD python -u radicale.py
EXPOSE 5232