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

5 lines
76 B
Docker

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