Skip to content
Dockerfile 380 B
Newer Older
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