FROM httpd # Copy Apache config. COPY httpd.conf /usr/local/apache2/conf/httpd.conf # Copy source files. COPY . /usr/local/apache2/htdocs/