Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hanswang1 authored Sep 22, 2017
1 parent be32d49 commit 93f7579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos
MAINTAINER Hans
RUN yum install httpd -y
RUN echo 'dockerapp v1' > /var/www/html/index.html
RUN echo 'dockerapp v1.1' > /var/www/html/index.html
EXPOSE 80
CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]

0 comments on commit 93f7579

Please sign in to comment.