Add Dockerfile

This commit is contained in:
chud 2024-08-04 14:14:22 +02:00
parent d92501d7ae
commit 2aa70e4fda

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM php:7.4-apache
COPY . /var/www/html/
EXPOSE 80