Add barebones dockerfile

This commit is contained in:
cziryaka 2019-03-25 15:44:57 -04:00
parent 3b58f1464e
commit 5aa2fe9359
1 changed files with 7 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM ubuntu
RUN python setup.py
VOLUME /etc/ldapcherry
EXPOSE 80
CMD ["ldapcherryd", "-c", "/etc/ldapcherry/ldapcherry.ini"]