Added Dockerfile
This commit is contained in:
parent
cee2eb365d
commit
b350d208b4
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM php:7.2-apache
|
||||
|
||||
COPY . /var/www/html
|
||||
|
||||
EXPOSE 80
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user