mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
Add /speedtest Symlink (Alternative sub-path Usage)
This commit is contained in:
+2
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user