Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
t-taira committed Mar 15, 2015
1 parent 56ba8be commit ae629e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM centos
RUN yum -y update
RUN yum -y install httpd

RUN echo “hello, docker" > /var/www/html/index.html
RUN echo “hello docker" > /var/www/html/index.html
EXPOSE 80
CMD /usr/sbin/apachectl -D FOREGROUND
CMD /usr/sbin/apachectl -D FOREGROUND

0 comments on commit ae629e1

Please sign in to comment.