Add /speedtest Symlink (Alternative sub-path Usage)

This commit is contained in:
BJ Dierkes 2017-06-23 11:39:25 -05:00
parent f9b81aba9d
commit ed0f33ea70

View file

@ -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"]