|
@@ -19,11 +19,11 @@ EXPOSE 389
|
|
|
|
|
|
|
|
VOLUME ["/etc/ldap", "/var/lib/ldap"]
|
|
VOLUME ["/etc/ldap", "/var/lib/ldap"]
|
|
|
|
|
|
|
|
-COPY modules/ /etc/ldap.dist/modules
|
|
|
|
|
-COPY prepopulate/ /etc/ldap.dist/prepopulate
|
|
|
|
|
|
|
+COPY admins-ldap-server/modules/ /etc/ldap.dist/modules
|
|
|
|
|
+COPY admins-ldap-server/prepopulate/ /etc/ldap.dist/prepopulate
|
|
|
|
|
|
|
|
-COPY ../entrypoint.sh /entrypoint.sh
|
|
|
|
|
-COPY ../prepopulate.sh /prepopulate.sh
|
|
|
|
|
|
|
+COPY ./entrypoint.sh /entrypoint.sh
|
|
|
|
|
+COPY ./prepopulate.sh /prepopulate.sh
|
|
|
|
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|
|
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
|
|