docker-samples/docker-simple/php/Dockerfile

4 lines
49 B
Docker

FROM php:8.2-apache
COPY public/ /var/www/html/