adding index.php to redirect to subnets.html
This commit is contained in:
parent
829963dce5
commit
7af2c164cb
@ -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/
|
||||
|
2
index.php
Normal file
2
index.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
header("Location: subnets.html");
|
Loading…
x
Reference in New Issue
Block a user