FROM httpd:latest COPY httpd.conf /usr/local/apache2/conf/httpd.conf COPY vhost.conf /usr/local/apache2/conf/vhost.conf EXPOSE 80