vollmond/Dockerfile

3 lines
54 B
Docker

FROM php:8-apache
COPY wwwroot /var/www/html
EXPOSE 80