From 25920a69104aebfe128993844d82d80050e83dc7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 7 Dec 2024 15:01:48 +0200 Subject: [PATCH] fixup! LAM: Use the httpd base image. --- ldap-account-manager/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ldap-account-manager/Dockerfile b/ldap-account-manager/Dockerfile index bfdc989..e146c4c 100644 --- a/ldap-account-manager/Dockerfile +++ b/ldap-account-manager/Dockerfile @@ -16,4 +16,5 @@ RUN patch --strip 0 --verbose --directory / --input /root/patch.diff && \ USER www-data ENV LDAP_URI=ldapi:/// ENTRYPOINT [ "entrypoint" ] +CMD [ "apache2", "-DFOREGROUND" ] HEALTHCHECK CMD wget --spider --quiet http://localhost/lam/ --user-agent 'Healthcheck' || exit 1 -- GitLab