5 lines
77 B
Docker
5 lines
77 B
Docker
FROM php:7.2-apache-stretch
|
|
|
|
VOLUME /var/www/html/media
|
|
|
|
COPY . /var/www/html |