Added Dockerfile

This commit is contained in:
Luke Else 2021-10-29 22:39:24 +02:00
parent cee2eb365d
commit b350d208b4
2 changed files with 7 additions and 1 deletions

6
Dockerfile Normal file
View File

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

View File

@ -17,7 +17,7 @@
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<!--<link href="css/scroll-behaviour.css" rel="stylesheet" /> -->
<?php include_once "analytics/analytics.php"; ?>
<?php //include_once "analytics/analytics.php"; ?>
</head>
<body id="page-top">