From 950c4e3cd663ccb16df628957e1863f23193a39b Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 28 Oct 2025 13:05:25 -0400 Subject: [PATCH] Update dockerfile --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 8bae54f..110bbcb 100644 --- a/dockerfile +++ b/dockerfile @@ -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