1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-03 01:28:06 +02:00

Add barebones dockerfile

This commit is contained in:
cziryaka 2019-03-25 15:44:57 -04:00
parent 3b58f1464e
commit 5aa2fe9359

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"]