Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleMalt committed Oct 19, 2014
1 parent 788b775 commit 806183b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Radicale Dockerfile
#
# VERSION 0.1

FROM debian

COPY . /opt/radicale
WORKDIR /opt/radicale

CMD python -u radicale.py

EXPOSE 5232

0 comments on commit 806183b

Please sign in to comment.