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

Revert "read credentials from environment variables"

This reverts commit 7af125550c.
This commit is contained in:
Christian Connert 2019-07-09 15:19:14 +02:00
parent 04e40884c8
commit 21c8438587
5 changed files with 7 additions and 14 deletions

View file

@ -5,8 +5,6 @@ ADD . /usr/src/app
ENV DATAROOTDIR /usr/share
ENV SYSCONFDIR /etc
ENV AD_LOGIN administrator
ENV PASSWORD password
RUN apk add --no-cache libldap && \
apk add --no-cache --virtual build-dependencies build-base yaml-dev openldap-dev && \