7 lines
54 B
Docker
7 lines
54 B
Docker
|
FROM php:7.2-apache
|
||
|
|
||
|
COPY . /var/www/html
|
||
|
|
||
|
EXPOSE 80
|
||
|
|