diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..b402cd7 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM php:7.2-apache + +COPY . /var/www/html + +EXPOSE 80 + diff --git a/includes/header.php b/includes/header.php index 8d87399..1aaef63 100644 --- a/includes/header.php +++ b/includes/header.php @@ -17,7 +17,7 @@ - +