Update dockerfile

This commit is contained in:
Marisa 2025-10-28 13:05:25 -04:00
parent 28f606b768
commit 950c4e3cd6

View File

@ -18,7 +18,7 @@ RUN echo "slapd slapd/password1 password admin" | debconf-set-selections && \
RUN dpkg-reconfigure -f noninteractive slapd
# create a script to automatically start slapd while this dockerfile is being parsed
COPY start-slapd.sh ./start-slapd.sh
COPY ./start-slapd.sh ./start-slapd.sh
RUN chmod +x ./start-slapd.sh
# open up LDAP simple port