4 lines
70 B
Docker
4 lines
70 B
Docker
|
FROM php:5.6-apache
|
||
|
|
||
|
COPY gennum.php subnets.html img/ /var/www/html/
|