Added Dockerfile

This commit is contained in:
Luke Else 2021-10-29 22:34:49 +02:00
parent 446a418180
commit 68d3109dc6

6
Dockerfile Normal file
View File

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