Commit 25920a69 authored by nimrod's avatar nimrod
Browse files

fixup! LAM: Use the httpd base image.

parent aa219c75
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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