Skip to content

Instantly share code, notes, and snippets.

@dustymabe
Created June 10, 2016 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustymabe/a34a4eb7e77d699ae1b83ac10abb8a45 to your computer and use it in GitHub Desktop.
Save dustymabe/a34a4eb7e77d699ae1b83ac10abb8a45 to your computer and use it in GitHub Desktop.
FROM centos:centos7
RUN yum -y install httpd && yum clean all
EXPOSE 80
CMD /usr/sbin/apachectl -DFOREGROUND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment