From 7af2c164cb66fbc5ed853b92b7ff5bbaa17d59cc Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Sep 2018 09:14:17 -0700 Subject: [PATCH] adding index.php to redirect to subnets.html --- Dockerfile | 2 +- index.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 index.php diff --git a/Dockerfile b/Dockerfile index 2fe0f80..f004593 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM php:5.6-apache -COPY gennum.php subnets.html /var/www/html/ +COPY index.php gennum.php subnets.html /var/www/html/ COPY img/* /var/www/html/img/ diff --git a/index.php b/index.php new file mode 100644 index 0000000..a5eb079 --- /dev/null +++ b/index.php @@ -0,0 +1,2 @@ +