diff --git a/Dockerfile b/Dockerfile index 30a560c..b1eb017 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,6 @@ FROM php:5.6-apache EXPOSE 80 WORKDIR /var/www/html/ COPY . /var/www/html -COPY example6.html /var/www/html/index.html +RUN cp -a example6.html index.html \ + && ln -s /var/www/html /var/www/html/speedtest CMD ["/usr/local/bin/apache2-foreground"]