vollmond/Dockerfile
2023-01-11 09:55:09 +01:00

3 lines
54 B
Docker

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