mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
commit
c3df08277b
1 changed files with 12 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue