1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-03 20:07:42 +02:00

Initial commit for docker build

This commit is contained in:
smacz 2019-03-25 21:28:31 -04:00
parent 5aa2fe9359
commit 969237ca30
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,7 @@
FROM ubuntu
FROM ubuntu:16.04
RUN python setup.py
ADD . .
RUN apt update && apt install -y python3 python3-pip && pip3 install -e . -r requirements.txt && pip3 install pycodestyle passlib coveralls && /usr/bin/python3 setup.py
VOLUME /etc/ldapcherry
EXPOSE 80