6 lines
62 B
Docker
6 lines
62 B
Docker
|
FROM php:7.0-apache
|
||
|
|
||
|
COPY index.php /var/www/html/
|
||
|
|
||
|
EXPOSE 80
|