Files
pocket-id/tests/setup/Dockerfile

11 lines
293 B
Docker
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Modified version of lldap/lldap that seeds lldap with test data
FROM lldap/lldap:2025-05-19
WORKDIR /app
COPY seed-lldap.sh .
RUN chmod +x ./seed-lldap.sh
RUN cp lldap_set_password /bin
ENTRYPOINT /docker-entrypoint.sh run --config-file /data/lldap_config.toml & ./seed-lldap.sh && wait