FROM httpd:latest

COPY index.html /usr/local/apache2/htdocs/
COPY server.key /usr/local/apache2/conf/
COPY server.crt /usr/local/apache2/conf/
COPY server-ca.crt /usr/local/apache2/conf/

COPY httpd.conf /usr/local/apache2/conf/
COPY httpd-ssl.conf /usr/local/apache2/conf/extra
