vollmond/Dockerfile

3 lines
54 B
Docker
Raw Normal View History

2023-01-11 08:55:09 +00:00
FROM php:8-apache
COPY wwwroot /var/www/html
EXPOSE 80