From 1bf7a4cce5e6235f4d9065e892c9aead51866238 Mon Sep 17 00:00:00 2001 From: startxfr Date: Thu, 20 Nov 2014 11:34:01 +0100 Subject: modif de code example dans les readme --- Services/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Services/php/Dockerfile') diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile index cca87cb..ca945ee 100644 --- a/Services/php/Dockerfile +++ b/Services/php/Dockerfile @@ -10,6 +10,6 @@ RUN yum -y install php php-pecl-mongo php-cli php-pear \ && yum clean all \ && rm -rf /var/www/html \ && ln -s /src /var/www/html -ADD index.php /src/index.php +COPY index.php /src/index.php CMD ["/bin/apache_run.sh"] \ No newline at end of file -- cgit v1.2.3