-
Maxime Chaillet authoredMaxime Chaillet authored
Dockerfile 380 B
FROM httpd:2.4
MAINTAINER Alejandro DE MARIA <demariaa@esrf.fr>
ENV http_proxy http://proxy.esrf.fr:3128
ENV https_proxy https://proxy.esrf.fr:3128
ENV DEBIAN_FRONTEND noninteractive
# RUN apt-get update
# RUN apt-get install apache2 -y
ADD www /usr/local/apache2/htdocs/
COPY myHttpd.conf /usr/local/apache2/conf/httpd.conf
EXPOSE 80
# CMD /usr/sbin/apache2ctl -D FOREGROUND