Files
website/Dockerfile
2024-02-07 14:07:25 +01:00

5 lines
77 B
Docker

FROM php:7.2-apache-stretch
VOLUME /var/www/html/media
COPY . /var/www/html