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