summaryrefslogtreecommitdiffstats
path: root/Services/php/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Services/php/Dockerfile')
-rw-r--r--Services/php/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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