From 45fa9221ecc3070330a7fde6baebb37b23281872 Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Mon, 18 Aug 2025 15:18:04 -0500 Subject: [PATCH] adding ipv6 support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f004593..e29a2b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM php:5.6-apache -COPY index.php gennum.php subnets.html /var/www/html/ +COPY index.php gennum.php subnets.html calculations.js calculations_4.js calculations_6.js /var/www/html/ COPY img/* /var/www/html/img/