Update dockerfile

This commit is contained in:
Marisa 2025-09-16 14:56:18 -04:00
parent a983ebea2b
commit 52cb94f4cf

View File

@ -32,4 +32,6 @@ RUN chown -R openldap:openldap /var/lib/ldap /etc/ldap/slapd.d
# #
# set entrypoint # set entrypoint
#ENTRYPOINT ["/entrypoint.sh"] #ENTRYPOINT ["/entrypoint.sh"]
#CMD ["bash"] #CMD ["bash"]
# run img container with 'docker run -i -t -v ldap_data:/var/lib/ldap -v ldap_config:/etc/ldap/slapd.d ldapdock' for interactive shell