mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Create Dockerfile
This commit is contained in:
parent
788b775c32
commit
806183b5b7
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