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:
parent
5aa2fe9359
commit
969237ca30
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue