Skip to content
Snippets Groups Projects
Commit 25920a69 authored by nimrod's avatar nimrod
Browse files

fixup! LAM: Use the httpd base image.

parent aa219c75
No related branches found
No related tags found
No related merge requests found
Pipeline #4214 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment