6 lines
83 B
Docker
6 lines
83 B
Docker
FROM php:5-apache
|
|
|
|
ADD index.php /var/www/html/index.php
|
|
|
|
RUN chmod a+rx index.php
|