FROM httpd:2.4 ENV app Webserver LABEL version=1.0.0 COPY index.html /usr/local/apache2/htdocs/ EXPOSE 80 CMD ["httpd", "-D", "FOREGROUND"]