FROM httpd:2.4-alpine COPY ./conf/httpd.conf /usr/local/apache2/conf/httpd.conf ADD ./public_html /usr/local/apache2/htdocs EXPOSE 80