Browse Source

Merge pull request #223 from cloudfleet/dockerfile

Create Dockerfile
Guillaume Ayoub 11 years ago
parent
commit
c3df08277b
1 changed files with 12 additions and 0 deletions
  1. 12 0
      Dockerfile

+ 12 - 0
Dockerfile

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