2 lines
41 B
Docker
2 lines
41 B
Docker
|
FROM php:7.2-apache
|
||
|
COPY . /var/www/html/
|