5 lines
157 B
Docker
5 lines
157 B
Docker
FROM php:5.6-apache
|
|
|
|
COPY index.php gennum.php subnets.html calculations.js calculations_4.js calculations_6.js /var/www/html/
|
|
COPY img/* /var/www/html/img/
|