5 lines
95 B
Docker
5 lines
95 B
Docker
FROM php:5.6-apache
|
|
|
|
COPY gennum.php subnets.html /var/www/html/
|
|
COPY img/* /var/www/html/img/
|