Skip to content

Commit

Permalink
Change v1.1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 22, 2017
1 parent 93f7579 commit ef1fc0c
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.1' > /var/www/html/index.html
RUN echo 'dockerapp v2' > /var/www/html/index.html
EXPOSE 80
CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]

0 comments on commit ef1fc0c

Please sign in to comment.