Create Dockerfile
This commit is contained in:
parent
788b775c32
commit
806183b5b7
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…
Reference in New Issue
Block a user