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