Created
June 10, 2016 13:58
-
-
Save dustymabe/a34a4eb7e77d699ae1b83ac10abb8a45 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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