From ae629e1039cf82cd6dc1bc33cb75c041d51aa2c0 Mon Sep 17 00:00:00 2001 From: Takao Taira Date: Sun, 15 Mar 2015 18:33:25 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6e87f0a..cab0a85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +CMD /usr/sbin/apachectl -D FOREGROUND